Home » HTML » Html miscellaneous » Question
  1. Which is not a JavaScript global function?
    1. decodeURI()
    2. compile()
    3. isNaN()
    4. eval()
    5. 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.



Your comments will be displayed only after manual approval.