What is the use of the String Tokenizer
Answer / naveen das
It is used to seperate a string using an delimiter similar
to explode function in PHP.
In javascript we use split.
| Is This Answer Correct ? | 11 Yes | 4 No |
What are the two basic groups of dataypes in javascript?
How Does Function Hoisting Work in JavaScript?
When would you use var in your declaration and when you wouldn’t?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
How to load another html page from javascript?
Why is var better than let?
How to calculate fibonacci numbers in javascript?
Is javascript becoming obsolete?
How to achieve inheritance in javascript?
How to loop through array in javascript?
What does the attribute defer/async do when added to the script tag?
What is the difference between remove() and removeChild()?