We're a place where coders share, stay up-to-date and grow their careers.
const reverseString = str => [...str].join``;
Discussion on: Reversing A String In Javascript