What are the JavaScript compilers or interpreters available for Windows?
I read the book Eloquent JavaScript recently.
You can also, under some circumstances run JScript scripts (Microsoft's Javascript implementation) directly on the command prompt.
But my personal favourite is Rhino, mentioned in the other answer.