Which of the following functions of “String” object divides a String object into an array of strings by separating the string into substrings?
slice()
split()
replace()
search()
Correct Answer : B
How do I request inputs from the user?
What will be the output of the below code ?
console.log( typeof( '5' + 5))