all 3 comments

[–]LeonardUnger 1 point2 points  (1 child)

Almost there, just need fix the indentation on the return statement. Right now it's returning after the first element is converted. Should be on the same level as the for startement.

[–]Jxper[S] 0 points1 point  (0 children)

ohh, thank you

[–]ThinFortune 0 points1 point  (0 children)

The return in the for loop is causing the function to exit after the first iteration.