Skip to content

Instantly share code, notes, and snippets.

@tomoh1r
Last active December 11, 2015 11:18
Show Gist options
  • Select an option

  • Save tomoh1r/4593004 to your computer and use it in GitHub Desktop.

Select an option

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