doodlebug

Piss off Junior Developers with this One Weird Trick

Usage no npm install needed!

<script type="module">
  import doodlebug from 'https://cdn.skypack.dev/doodlebug';
</script>

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