开发者

Best environment to practice Javascript [closed]

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 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, visit the help center for guidance. Closed 11 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜