Skip to content

Instantly share code, notes, and snippets.

@timrwood
Created May 13, 2013 23:19
Show Gist options
  • Save timrwood/5572359 to your computer and use it in GitHub Desktop.
Save timrwood/5572359 to your computer and use it in GitHub Desktop.
var higgiesAge = new Number(6);
var phoneLives = new Number(3);
var higgiesAgeInt = higgiesAge.valueOf();
var phoneLivesInt = phoneLives.valueOf();
var higgiesRealAge = higgiesAgeInt * phoneLivesInt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment