## Ratchet๐Ÿ‘Clap๐Ÿ‘ Let's do the opposite ! ### Instructions Use the provided `words` variable of an array of strings and **join** it using the ๐Ÿ‘ emoji. Also add one more ๐Ÿ‘ at the end of the sentence, for good measure ! Assign the result in a `ratchetClap` variable. ### Notions - [devdocs.io/javascript/global_objects/array/join](https://devdocs.io/javascript/global_objects/array/join)