Example
Resulting value of
x
var y = (3 == 4); // so y is false
var x = String(y).toUpperCase();
FALSE