alert( Object.prototype.toString.call( false ) ); // [object Boolean] alert( false.toString() ); // false
alert( +false ); // 0