/
Javascript Booleans
Javascript Booleans
Pretty straightforward:
var APPisTrue = false;
var LIFEisGood = true;
Not much mystery here. Move along!
They are identical to booleans in Lua.
, multiple selections available,
Related content
Javascript Variables - Covering the core types
Javascript Variables - Covering the core types
More like this
The core eight types in Lua.
The core eight types in Lua.
More like this
Operators
Operators
More like this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this
Javascript Closure
Javascript Closure
More like this