I'm finding that the Scratchpad in the version of Firefox that comes bundled with Mint 14 Cinnamon is not ideal for testing javascript code. Just now, it ran some code and returned true, but when I tried to rerun the code unchanged, it returned /* undefined */ and refused to run it. Also, it returns /* undefined */ for console.log() statements and intermittently for alert() statements (sometimes it will run an alert() statement and sometimes it will refuse). In short, Scratchpad appears to be buggy.
Can someone recommend a lightweight IDE that I can use for javascript testing and debugging without first having to become a wizard at java rather than javascript? I mean something that properly executes .js files with a minimum of preparatory fuss.
Thanks for all responses.




