Check out example codes for "how to name a variable in swift". It will help you in understanding the concepts better.
Code Example 1
var myVariable = "this is a mutable string"
let myConstant = "this cannot be changed"
Learn ReactJs, React Native from akashmittal.com