Skip to content

Instantly share code, notes, and snippets.

@Damimd10
Last active March 24, 2019 03:17
Show Gist options
  • Save Damimd10/028cbbf9dc4ce7a53bf89f8e7b8365c9 to your computer and use it in GitHub Desktop.
Save Damimd10/028cbbf9dc4ce7a53bf89f8e7b8365c9 to your computer and use it in GitHub Desktop.
var name = 'Alexis';
var bestProjectManager = (function() {
var name = 'Julito';
return function() {
console.log(name); // log 'Julito'
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment