Capital One interview question

To reverse a string without using reverse keyword.

Interview Answers

Anonymous

Mar 18, 2015

Can use the loop in structure

Anonymous

Jan 23, 2019

Str.split('').reverse().join('')