You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
404 B

## 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)