Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1013 B

[var] keyword

The var statement declares a function-scoped or globally-scoped variable, optionally initializing it to a value.

Free Content var keyword - MDN JavaScript Variables JavaScript Variables - W3Schools Declaring Variables without Var, Let, Const - What Would Happen? How to declare variables in different ways in JavaScript?