doodlebug
v1.0.1
Published
Piss off Junior Developers with this One Weird Trick
Downloads
1
Readme
doodlebug
lol globabls
example
require('doodlebug')
a = 'hello!'
console.log(a)
// throws "ReferenceError: a is not defined"
var a = 'hello!'
console.log(a)
// hello!
license
MIT