We've already created strings from arrays. Why shouldn't we be able to create arrays from strings, then?

See that? We can use a string's split() method with a separator to split the string into an array of so-called substrings.

We need to put the word in quotes and with spaces, to split the string in just the right place.