1

I am looking for GUI/Windows based tool to test my javascript code there instead of using firebug or other in-browser tool.

I want to play around with javascript language outside of the browser to learn more about it.

Has anyone come across such tool? I could not find one :(

Edit: I am looking for GUI/Windows based on which can be used even if I am not connected to internet and still play around with javascript.

Swift Dev Journal
  • 19,282
  • 4
  • 56
  • 66
Dev555
  • 2,128
  • 4
  • 30
  • 40

3 Answers3

3

I'm a big fan of jsFiddle.
jsBin is another option.

JohnFx
  • 34,542
  • 18
  • 104
  • 162
0

Microsoft Web Developer Express is free and has a great JavaScript editor and debugger.

ron tornambe
  • 10,452
  • 7
  • 33
  • 60
0

If you're looking for something that you don't need to be connected to the internet for, why can't you just use your browser? I assume you've already got some kind of development platform now. Save to a local HTML file and view it on your local browser.

Do you not have some kind of a GUI development program like DreamWeaver or CODA or something like that? (I'm on a mac, so I'm not familiar with a lot of windows based programs).

Jeremy Miller
  • 373
  • 6
  • 21