JSFiddle provides an online sandbox for testing snippets of HTML, CSS, and Javascript. Users enter code in each of these languages into the corresponding panel, press 'run', and a fourth panel displays the result. JSFiddle supports streamlined loading of most popular Javascript libraries. Rather than vanilla Javascript, users may also employ Typescript or CoffeeScript. JSFiddle also provides a "tidy" feature that can be used to format messy code according to commonly used style guides. Individual "fiddles" can be saved and shared, allowing users to demonstrate interesting techniques and also to seek help with code that does not quite work as desired. The "collaborate" feature may be of particular interest to users seeking assistance. This feature generates a link that will permit other users to access and edit a fiddle, displaying their modifications in real time. JSFiddle can be used from all the popular web browsers.
Comments