Skip to content

Variables — let and const

A variable is a named box

  • A variable stores a value and gives it a name, so you can use it again later.
  • let makes a box you can change.
  • const makes a box that must stay the same (a constant).

Log in or create account

IGCSE & A-Level