Skip to content

Instantly share code, notes, and snippets.

@tomoh1r
Last active December 11, 2015 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoh1r/4593004 to your computer and use it in GitHub Desktop.
Save tomoh1r/4593004 to your computer and use it in GitHub Desktop.
function の解釈のタイミングがミソ
'use strict';
(function() {
var proto = Hoge.prototype;
function Hoge() {
// some implements ...
}
// some implements ...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment