Skip to content

Instantly share code, notes, and snippets.

@MadebyAe
Last active April 21, 2021 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MadebyAe/3691e8e129984b12238fd23d6b857036 to your computer and use it in GitHub Desktop.
Save MadebyAe/3691e8e129984b12238fd23d6b857036 to your computer and use it in GitHub Desktop.
const name = 'Hello World';
[...name].reverse().join(''); // dlroW olleH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment