function cap(str){return str.charAt(0).toUpperCase() + str.slice(1);} console.log(cap(['h','g','i',' e','n'].reverse().join('') + '!'));


United States Tendances
Loading...

Something went wrong.


Something went wrong.