Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best environment to practice Javascript [closed]

Tags:

javascript

ide

I currently have Notepad++ and Aptana Studio. Is there any other development environment that eases the writing of javascript code ? Thanks.

like image 212
Arjun J Rao Avatar asked Feb 19 '11 14:02

Arjun J Rao


People also ask

What IDE do people use for JavaScript?

Eclipse. Eclipse is one of the best IDE for JavaScript development. Basically, full-stack developers use Eclipse for JavaScript coding.


1 Answers

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.

like image 66
Colin O'Dell Avatar answered Nov 15 '22 08:11

Colin O'Dell