Reverse A String

string.split('').reverse().join('');