mirror of https://github.com/01-edu/public.git
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.
Clement Denis
d7f3952913
|
4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago |
README.md
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 !