Best environment to practice Javascript [closed]
I currently have Notepad++ and Aptana Studio. Is 开发者_C百科there any other development environment that eases the writing of javascript code ? Thanks.
IDEs: Notepad++, Aptana Studio, vim
Browser: Firefox, with the Firebug extension. The Venkman debugger is also nice for serious debugging
For practicing/testing: http://jsfiddle.net/ - A great site where you can try out your JavaScript, share it with friends, etc. Also useful for posting JS questions to SO.
This programmer recommends firefox + firebug.
Try this, it may prove to be very useful:
http://jsfiddle.net/
Or you can try editor + node.js. It is not inside a browser, but if you to learn JavaScript, not only DOM, node.js is a good choice too.
精彩评论