Question d’entretien chez Yandex

I was need to write function that returns a reversed string

Réponse à la question d'entretien

Utilisateur anonyme

27 nov. 2021

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