I currently have Notepad++ and Aptana Studio. Is there any other development environment that eases the writing of javascript code ? Thanks.
closed as not constructive by Will♦ Aug 30 '11 at 13:31
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
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. |
|||||||
|
|
Try this, it may prove to be very useful: |
|||
|
|
|
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. |
|||
|
|