chrome
Google Chrome browser.
Google Chrome browser.
Want to view the source code of a Chrome extension you have installed but don't know how? It's very simple. Read on
Use jshint. It is available for all platforms (Textmate, Sublime, etc.). Real-time error highlighting will save you a lot of time.
debugger; statement. Insert it in suspicious places, same as breakpoint, but is not affected by code changes. The killer feature is scope access: use console to output 'this', which will be bound to the scope you're in. More under the cut