What is the output of the below JavaScript?
var bol = new Boolean();
alert(bol);
Reveal answer
Fill a bubble to check yourself
What is the output of the below JavaScript?
var bol = new Boolean();
alert(bol);