Sometimes I have to test some javascript code, that I use jsbin.com, but it’s not always convenient.
I hope there is a GUI tool can let me run javascript in my computer. I paste some javascript code into it and click ‘RUN’, that it will show me result.
Is there such a tool?
UPDATE
If I use browser, I need to create a html file first, that’s not convenient. I think what I want is a offline version of jsbin.com.
All Browser will support to run your javascript, and most of the browser has add-on or plugins to debug your script. Only you need a editor to create your js file
or
you can use jsfiddle to test your code with multiple ajax framework.