Skip to content

Instantly share code, notes, and snippets.

@maluta
Created December 9, 2013 17:06
Show Gist options
  • Save maluta/7875977 to your computer and use it in GitHub Desktop.
Save maluta/7875977 to your computer and use it in GitHub Desktop.
to run, install nodejs and then $ node test.js
var b = new Boolean(false);
if (b) {
console.log("b was truthy");
}
else {
console.log("b was falsey");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment