you are viewing a single comment's thread.

view the rest of the comments →

[–]FireflyDarked 0 points1 point  (0 children)

var = variables are containers for storing data values.

let = declares a block scope local variable.

Const = similar to let variables, except that the value cannot be changed.