Hello Guys!
I am learning JS and got a question about [this](https://www.codecademy.com/paths/web-development/tracks/getting-started-with-javascript/modules/learn-javascript-functions/projects/rock-paper-scissors-javascript)
Lesson.
Inside the function, I use return for userInput. Unfortunately, it never prints anything.
With console.log() everything works out fine.
Is there a bug? What am I missing to understand?