Skip to content

Instantly share code, notes, and snippets.

@anthonygharvey
Last active March 6, 2019 01:22
Show Gist options
  • Save anthonygharvey/0d7e465ccfff6f7db027237babc17fd4 to your computer and use it in GitHub Desktop.
Save anthonygharvey/0d7e465ccfff6f7db027237babc17fd4 to your computer and use it in GitHub Desktop.
function reverse(string) {
return [...string].reverse().join('')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment