parm530
4/13/2020 - 6:13 PM

Lesson 2: Variables

Variables

  • Created using the var keyword
    • Ex: var hello = "Hello World!"

Constant

  • Use keyword let to signify a variable to be a constant (not changing)