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