Question: A) Write a function named getWords that accepts a sentence of words separated by one space, and returns an array of the words in the

A) Write a function named getWords that accepts a sentence of words separated by one space, and returns an array of the words in the sentence. Review the String split method in our textbook and our class notes to see how this problem can be solved with a single line of code, Use arrow function syntax Example: > getWords ( 'alpha bravo') > ['alpha', 'bravo' ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
