up vote 4 down vote favorite
1
share [g+] share [fb]

https://developer.mozilla.org/en/JavaScript_shells lists quite a few shells. What is there to choose between them.

link|improve this question

I feel dumb, I didn't even know these things existed. Going to have to try one of them next time I'm doing js. – Daniel Lew Feb 28 '09 at 13:56
feedback

2 Answers

up vote 1 down vote accepted

I always use the command line tool in firebug to test snippets, there is an option "larger command line" for multiline code, so be sure to enable it. CTRL+SHIFT+L is the shortcut for opening the command line panel.

link|improve this answer
feedback

The Rhino Shell is not on the list, but pretty cool, if you want to write your business logic and explore data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.