js split string starting reverse code example Example: reverse string js const solution = (str) => str.split("").reverse().join("");