What is the output of the below JavaScript?
var bol = new Boolean(); alert(bol);
false
true
error
None of the above