Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
JS:Which of following function splits a String object into an array of strings by separating the string into substrings?
0
votes
456
views
A
slice()
B
split()
C
replace()
D
search()
Correct Option: 2
Explanation:
split() − Splits a String object into an array of strings by separating the string into substrings.
interview questions
javascript
posted
Nov 27, 2017
by
anonymous
Looking for an answer? Promote on:
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
0
votes
Which of the following Javascript function of Array object calls a function for each element in the array?
0
votes
JavaScript: Which of the following function of Boolean object returns a string containing the source of Boolean object?
0
votes
JavaScript: Which of the following function of String object returns the primitive value of the specified object?
0
votes
Which function is used to convert a JSON text into an object?
0
votes
Write a C function that takes two strings and returns true if one string is the substring of other?
...