[js]
var b = new Boolean(false);
if(b) alert(b);
[/js]

実行するとalertで「false」と表示される。
なんかすっきりしないな。