Question: javascript: Write a JavaScript function that prompts the user to enter some phrase, and after that, each word in the phrase is stored in an
javascript:
Write a JavaScript function that prompts the user to enter some phrase, and after that, each word in the phrase is stored in an array. Each slot of the array contains one word. You may use the split() method to split the text by " ".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
