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
Piss off Junior Developers with this One Weird Trick
<script type="module">
import doodlebug from 'https://cdn.skypack.dev/doodlebug';
</script>
lol globabls
require('doodlebug')
a = 'hello!'
console.log(a)
// throws "ReferenceError: a is not defined"
var a = 'hello!'
console.log(a)
// hello!
MIT