javascript_cardio
javascript_cardio copied to clipboard
Update index_finished.js reverse string with for loop
I just removed the -1 on reverseString function on the for loop and changed the >= 0 to > 0. I think is more elegant this way