Sollicitatievraag bij Yandex

I was need to write function that returns a reversed string

Antwoord op sollicitatievraag

Anoniem

27 nov 2021

const reverse = string => string.split("").reverse().join("")