Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Forked from joshkehn/Student_fixed.js
Created May 29, 2013 11:12
Show Gist options
  • Select an option

  • Save dancrowley303/5669540 to your computer and use it in GitHub Desktop.

Select an option

Save dancrowley303/5669540 to your computer and use it in GitHub Desktop.
var Laws = {
drinking_age : function (fn) {
fn.call(this, this.age > 21);
}
}
/* snip */
Laws.drinking_age.call(this, function (able_to_drink) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment