(Archived) Codewars 8 kyu ASCII Total JavaScript

preview_player
Показать описание

here we're gonna use .split(), .reduce(), and .charCodeAt()
Рекомендации по теме
Комментарии
Автор

it's a great idea to leave hints like 'here we're gonna use .split(), .reduce(), and .charCodeAt()' so students can solve the task on their own!

Maxim_Grekov