Just looking at parsing strings into a Number i.e.
parseFloat(string) or Number(string)

It seems to me that parseFloat does everything Number does plus a 
little bit more (it will accept trailing non-numeric characters). 

Is there anything that Number() parses that parseFloat doesnt?

tks

Reply via email to