Variables

  • Variables are defined with let and const
  • They label a piece of data
  • Variables defined with "let" can be reassigned. "const" variables cannot

3 / 24