An open API service indexing awesome lists of open source software.

https://github.com/cahnory/jsdebug


https://github.com/cahnory/jsdebug

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

#What ?
A simple tool to find common issues in JS script. It's a draft for the moment.

#How ?
By including jsDebug before any other JS script.

#Why ?
How many times you asked yourself "why it's not working in IE" and remembered that you left some console.log calls in your script ?