How would you write a script to reverse a given string without using built-in reverse string function.
Anonymous
Utilize a loop, and stringlength function, returning each character from last to first character to an indexed array.
Check out your Company Bowl for anonymous work chats.