InterviewSolution
Saved Bookmarks
| 1. |
Which one is not regular expression object method?(a) test()(b) exec()(c) compile()(d) each()This question was posed to me in class test.I want to ask this question from Essential JavaScript and jQuery topic in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» Right option is (d) each() |
|