All Projects → bullgit → console.lgo

bullgit / console.lgo

Licence: other
Why wrtie good code whne you can write fsat

Programming Languages

javascript
184084 projects - #8 most used programming language

console.lgo

This is an Chrome Extension that allow you to debug your code realy faster than before. You can easily boost your productivity to 26% by using this extension.

Let me show you why you need this extension

Before

var myAwesomeVariable = "Hello World";
console.lgo(myAwesomeVariable)
> Uncaught TypeError: console.lgo is not a function(…)

After

var myAwesomeVariable = "Hello World";
console.lgo(myAwesomeVariable)
"Hello World"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].