Skip to content

Instantly share code, notes, and snippets.

@serrrgggeee
Created November 21, 2017 20:36
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 serrrgggeee/507552d2de1e3405e633eecd9c8f5c0a to your computer and use it in GitHub Desktop.
Save serrrgggeee/507552d2de1e3405e633eecd9c8f5c0a to your computer and use it in GitHub Desktop.
function parent() {
this.multiplier = 3;
return [33, 77, 99, 81, 55].map(function(I) { return I * this.multiplier}.bind(this));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment