Question d’entretien chez Karma Automotive

How would you write a script to reverse a given string without using built-in reverse string function.

Réponse à la question d'entretien

Utilisateur anonyme

15 juil. 2021

Utilize a loop, and stringlength function, returning each character from last to first character to an indexed array.