## Words ### Instructions **Split** the provided variable `sentence` on spaces to create an array of words that you will assign to a `words` variable that you will declare. Hint: Check the link below to see what the method split does. ### Notions - [devdocs.io/javascript/global_objects/string/split](https://devdocs.io/javascript/global_objects/string/split)