Skip to content

bullgit/console.lgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

Why wrtie good code whne you can write fsat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published