Skip to content

Instantly share code, notes, and snippets.

@fitzgen
Created June 7, 2014 00:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitzgen/1842c22ffd0d3db33418 to your computer and use it in GitHub Desktop.
Save fitzgen/1842c22ffd0d3db33418 to your computer and use it in GitHub Desktop.
var d = Object.create(Date.prototype);
Date.call(d);
d instanceof Date // true
d.getTime() // throws an Error!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment