A
Q. What will be the output of the following JavaScript code?
Code:
function myfun()
{
document.getElementById ("demo").innerHTML = Boolean(21 > 15);
}
{
document.getElementById ("demo").innerHTML = Boolean(21 > 15);
}
- Correct Answer - Option(B)
- Views: 11
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.