Skip to content

Instantly share code, notes, and snippets.

@ebonneville
Created April 27, 2012 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebonneville/2504917 to your computer and use it in GitHub Desktop.
Save ebonneville/2504917 to your computer and use it in GitHub Desktop.
"10.5"*1;
>> 10.5
"010.5"*1;
>> 10.5
"s10.5"*1;
>> NaN
"10.5s"*1;
>> NaN
"10.5 5.10"*1;
>> NaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment