/
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.

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
More like this
Lua
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