Skip to content

Instantly share code, notes, and snippets.

@toxi-kb
Created February 26, 2020 07:25
Show Gist options
  • Select an option

  • Save toxi-kb/2c9fb599e90232b6036a0d253032c318 to your computer and use it in GitHub Desktop.

Select an option

Save toxi-kb/2c9fb599e90232b6036a0d253032c318 to your computer and use it in GitHub Desktop.
const reverseString = (inputStr) => inputStr.split('').reverse().join('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment