...

/

Exercise: Turning a List of Phrases Into an Array of Strings

Exercise: Turning a List of Phrases Into an Array of Strings

Challenge yourself and try writing a coding solution to the problem of turning a list of phrases into an array of strings.

We'll cover the following...

This is a very basic search and replace use case for regular expressions. You might actually find yourself doing it often in your IDE of choice. However, the idea of this exercise is to write a JavaScript ...