Skip to content

Instantly share code, notes, and snippets.

@inxilpro
Created August 19, 2025 03:25
Show Gist options
  • Save inxilpro/8ebce06318af5fab661010985e2fa09a to your computer and use it in GitHub Desktop.
Save inxilpro/8ebce06318af5fab661010985e2fa09a to your computer and use it in GitHub Desktop.
(function() {
(function() {
console.log('Hello')
})()
(function() {
console.log('World!')
})()
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment