InterviewSolution
Saved Bookmarks
| 1. |
How to find the index of a particular string?(a) position()(b) index()(c) indexOf()(d) positionof()This question was posed to me in unit test.My doubt stems from Validation in division Caching, Debugging and Animation of JavaScript |
|
Answer» The correct OPTION is (c) indexOf() |
|