reversing a sting in javascript code example Example: js revers string fucntion return str.split("").reverse().join("");