-
Which is not a JavaScript global function?
-
- decodeURI()
- compile()
- isNaN()
- eval()
- None of these
Correct Option: B
There are various global functions in JavaScript, decodeURI(), escape(), isFinite(), eval(), isNaN(), encodeURI(), decodeURIComponent(), encodeURIComponent(), isFinite(), is NaN(), parseFloat(), String(), parseInt(), unescape() are some of the methods.