Skip to content

Instantly share code, notes, and snippets.

@pashields
Created July 17, 2013 14:52
Show Gist options
  • Save pashields/6021292 to your computer and use it in GitHub Desktop.
Save pashields/6021292 to your computer and use it in GitHub Desktop.
JAVASCRIPT DATES!
debug> repl
Press Ctrl + C to leave debug repl
> this.start
Wed Dec 31 1969 19:00:00 GMT-0500 (EST)
> this.start.valueOf()
'NaN'
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment