doodlebug

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i doodlebug

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mweitzel