For Ruby, we have irb. For Python, we have IDLE. For Javascrpt, is Firebug or Chrome on a blank page the best way to run or test Javascript interactively?
+5
A:
You can also visit JSBin or JSFiddle.
On the iPhone, there is JSanywhere (it seems written by a Japanese author).
There is not much information about it on Google in English, but it can be downloaded for free from the App Store.
alex
2010-07-01 23:18:28
+1 for the JSFiddle plug
Matthew J Morrison
2010-07-01 23:21:01
JSBin and JSFiddle are really nice too. JSConsole might be closer to an interactive console like irb or IDLE.
動靜能量
2010-07-03 14:07:25
+4
A:
In addition to the alternatives already mentioned by @alex:
On the browser:
Both with basic auto-completion.
Standalone consoles:
CMS
2010-07-01 23:28:19
JSConsole is really good because it can show the whole object's content, like Ruby's inspect() or what is shown in irb
動靜能量
2010-07-03 14:06:15