1.0.1 • Published 8 years ago

doodlebug v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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

1.0.1

8 years ago

1.0.0

8 years ago