Javascript Variables - Covering the core types
So a very helpful concept to understand with Javascript is that it is a dynamic language like Lua which means that variable names are aliases which can point to:
DOM elements - i.e. HTML elements in the current page
container types like
In this video I show all these basic types using the Javascript console:
Â