Aaron
Junior Member
And what is Fonzie like?
Posts: 265
inherit
25673
0
Mar 10, 2013 19:53:10 GMT -8
Aaron
And what is Fonzie like?
265
June 2004
derfleurer
|
Post by Aaron on Jul 13, 2005 13:26:01 GMT -8
What is it and how is it used?
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Jul 13, 2005 17:36:02 GMT -8
parseInt is a built in Javascript function that turns a string contaning numbers ("9876.54321") into an integer (9877). parseFloat is a built in Javascript function that turns a string contaning numbers ("9876.54321") into a floating point number (9876.54321).
|
|