Такое предлагал кто-нибудь?)
14 символов вместе с ;
reverse = a => a.sort(()=>1);
console.log(reverse(['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']));
console.log(reverse(['as', 'df', 'vv', 'ww', 'we']));