Skip to content

Instantly share code, notes, and snippets.

@inxilpro
Created August 19, 2025 03:25
Show Gist options
  • Select an option

  • Save inxilpro/8ebce06318af5fab661010985e2fa09a to your computer and use it in GitHub Desktop.

Select an option

Save inxilpro/8ebce06318af5fab661010985e2fa09a to your computer and use it in GitHub Desktop.

Revisions

  1. inxilpro created this gist Aug 19, 2025.
    9 changes: 9 additions & 0 deletions semi.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    (function() {
    (function() {
    console.log('Hello')
    })()

    (function() {
    console.log('World!')
    })()
    })()