Last active
September 4, 2026 00:29
-
-
Save DarrenSem/0a10c849624ecf580513cf418aa66f69 to your computer and use it in GitHub Desktop.
g1.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // </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