Completed exercise

This commit is contained in:
Roberra0 2023-06-18 10:30:30 -07:00
parent b7591b11ff
commit 5c098fbe7d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Split it into an array // Split it into an array
// Pop array and store in a new array // Pop array and store in a new array
// Continue until array is done // Continue until array is done
//Do without string reverse method
const reverseString = function(word) { const reverseString = function(word) {
// Split it into an array // Split it into an array