InterviewSolution
Saved Bookmarks
| 1. |
What Is $w () Method In Prototype? |
|
Answer» The $w () method is used to SPLITS a STRING into an ARRAY. Here, all whitespace are treated as DELIMITERS. The $w () method is used to splits a string into an array. Here, all whitespace are treated as delimiters. |
|