InterviewSolution
Saved Bookmarks
| 1. |
In JavaScript, which one is used to finding the non-whitespace characters?(a) \d(b) \s(c) \S(d) \wI have been asked this question in an online quiz.The origin of the question is Essential JavaScript and jQuery in division HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The correct answer is (c) \S |
|