Question: What happens when a string doesnt include the separator thats specified in the parameter of the split() method? a. The split() method returns an empty
What happens when a string doesnt include the separator thats specified in the parameter of the split() method?
| a. | The split() method returns an empty array. | |
| b. | The split() method returns an array that contains the string as its only element. | |
| c. | The split() method returns undefined. | |
| d. | A ReferenceError is thrown. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
