Skip to content

Instantly share code, notes, and snippets.

@gonaumov
Last active May 16, 2017 21:13
Show Gist options
  • Save gonaumov/dd66d2075cb0f1c48d2cfc4261d2e6ed to your computer and use it in GitHub Desktop.
Save gonaumov/dd66d2075cb0f1c48d2cfc4261d2e6ed to your computer and use it in GitHub Desktop.
JavaScripr reverse string one liner
"Пик Бръмбaрът".split("").reduceRight((a,b) => a.concat(b) , '');
// търaбмърБ киП
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment