See that? We can use a string's split() method with a separator to split the string into an array of so-called substrings.
split()
We need to put the word in quotes and with spaces, to split the string in just the right place.