News

In practice, variables should be declared using either the let or const statements: let myVariable = “foo”; const myOtherVariable = 42; Both let and const restrict the visibility of the ...