#Google Chrome console not showing an output, but instead showing me my code?

1 messages · Page 1 of 1 (latest)

inland hound
#

Hello! I'm working on practice problems with JavaScript, and I have run into a problem. Instead of showing me an answer, all I see are my lines of code being outputted in the console. I have tried searching for a solution, but I can't quite find one. Thanks in advance!

dusky sparrow
#

It's because you are returning "reverseString" but you should be returning "reversedString" (note the d in reversed)

inland hound