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.
 
 
 
 
 
 

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