I'm looking for something like iPython is for Python, but a shell for JavaScript.
If you don't know iPython, what I'm looking for is a terminal that interpret JavaScript codes in real time, so I can type some commands and see their output. I always find this kind of interpreter very useful when I'm learning a new language.
Thanks!