Created
May 28, 2014 13:41
-
-
Save hirokith/abf10917250c4b7d7f21 to your computer and use it in GitHub Desktop.
A Pen by 弘树.
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
| function getId () { | |
| var i = 0; | |
| getId = function () { | |
| return i++; | |
| }; | |
| return i++; | |
| } | |
| document.write(getId()); | |
| document.write(getId()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment