im learning basics of javascript in Codecademy , and did a simple text game, the thing is: I want to expand it and make it more enjoyable.
I want the game does not use pop-ups to be displayed I want a console in the browser that you type stuff in a bar and when you hit enter the command is send to do stuff like...
Did some research before this and found this good answer BUT this console is really hard to understand for a beginner like me, there is a easy way to make a console for javascript?