JSFiddle : An Essential tool in the JS Developer Arsenal
Recently i have started using JSFiddle for prototyping my javascript needs. It has turned out to be an excellen choice as it allows you to focus on creating the required functionality without the need to setup anything.
A simple example of the same would be the time wherein i needed to create a tree using jquery to display data. Normally this would have either resulted me in writing code in the IDE and constantly refreshing the browser or using the chrome developer tools option directly. That's when i came accross JSFiddle. All that was required was to set up the HTML Elements, and directly starting the required script without the need to setup anything.