Snippets Collections
function solution(str){
  return str.split('').reverse().join('');  
}
star

Thu May 18 2023 21:14:26 GMT+0000 (Coordinated Universal Time) https://www.codewars.com/kata/reviews/516f302a7c907a79f200069f/groups/516f302a7c907a79f20006ad

#javascript #convertir #array #.split() #.join() #.reverse()

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension