Skip to content

Instantly share code, notes, and snippets.

@dickeylth
Created May 28, 2014 13:41
Show Gist options
  • Save dickeylth/abf10917250c4b7d7f21 to your computer and use it in GitHub Desktop.
Save dickeylth/abf10917250c4b7d7f21 to your computer and use it in GitHub Desktop.
A Pen by 弘树.
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