본문 바로가기

Programming/JavaScript 0

WEB2 JavaScript - 7. Variables and Assignment Operators

The var statement declares a variable. Variables are containers for storing information. Creating a variable in JavaScript is called "declaring" a variable: var carName; After the declaration, the variable is empty (it has no value).

 

https://www.w3schools.com/JSREF/jsref_var.asp

youtu.be/absJhWQAS40