public/subjects/mirror/README.md

389 B

Mirror

Instructions

Declare a variable mirror of the reversed provided variable word.

example: desserts would be stressed

Note that reverse only exist on array, you must first find a way to convert the word to an array to use it !

Notions