MCQOPTIONS
Saved Bookmarks
| 1. |
function myfun() { document.getElementById ("demo").innerHTML = Boolean(15.00 === 15);}4.What will be the output of the following JavaScript code? |
| A. | true |
| B. | false |
| C. | error |
| D. | undefined |
| Answer» B. false | |