📚 Practice Mode

programming languages Online Quiz - 8

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What is the output of the below JavaScript?

<script>  		
var bol = new Boolean();  		
alert(bol);  	
</script>
  1. false
  2. true
  3. error
  4. None of the above