Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created November 5, 2013 20:49
Show Gist options
  • Save glynrob/7325949 to your computer and use it in GitHub Desktop.
Save glynrob/7325949 to your computer and use it in GitHub Desktop.
var calculation = _.memoize(function(n) {
return n * 100;
});
calculation(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment