📚 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>
- false
- true
- error
- None of the above