Pure Programmer
Blue Matrix


Cluster Map

Project: Boolean Representation

Write a program that outputs each of the Boolean literals, one per line. Do they print as 0 and 1 or something else?

Output
$ node BooleansTest.js True is true False is false

Solution