Created
May 13, 2013 23:19
-
-
Save timrwood/5572359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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