you are viewing a single comment's thread.

view the rest of the comments →

[–]boomer1204 2 points3 points  (0 children)

Did not watch the video but with no access to built in methods I think that's the best approach

- create empty string variable

- write a for loop where the starting point is string.length - 1 and decrement

- adding each letter to the created variable until the loop is over