Skip to content

Instantly share code, notes, and snippets.

@DarrenSem
Last active September 4, 2026 00:29
Show Gist options
  • Select an option

  • Save DarrenSem/0a10c849624ecf580513cf418aa66f69 to your computer and use it in GitHub Desktop.

Select an option

Save DarrenSem/0a10c849624ecf580513cf418aa66f69 to your computer and use it in GitHub Desktop.
g1.js
// </pre>
self.z1 = 100;
alert( "111", 222, [3,4], { z1: self.z1, z2: self.z2 } );
self.z2 = 200;
// <pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment