InterviewSolution
Saved Bookmarks
| 1. |
Which is not a JavaScript global function?(a) compile()(b) eval()(c) decodeURI()(d) isNaN()The question was asked in unit test.This interesting question is from Essential JavaScript and jQuery topic in portion HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The correct answer is (a) compile() |
|