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:

In this video I show all these basic types using the Javascript console:

Â