InterviewSolution
Saved Bookmarks
| 1. |
For converting string to array we can use ______________ method.(a) charAt()(b) charCodeAt()(c) split()(d) toLowerCase()This question was addressed to me in final exam.The origin of the question is Essential JavaScript and jQuery in portion HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» Right answer is (c) split() |
|