Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active February 26, 2020 10:19
Show Gist options
  • Save jwulf/c591a4b6ccf6715e3bc4a5478e33e5d6 to your computer and use it in GitHub Desktop.
Save jwulf/c591a4b6ccf6715e3bc4a5478e33e5d6 to your computer and use it in GitHub Desktop.
var a = {
loop: (() => setInterval(() => console.log('It lives!'), 1000))()
}
console.log(a)
a = undefined
console.log(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment