Closed
Bug 758299
Opened 13 years ago
Closed 13 years ago
parseInt("09")
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
People
(Reporter: office, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5
Steps to reproduce:
parseInt("09")
Actual results:
parseInt("09") returns "NaN"
Expected results:
should parse to 9.0
works for parseInt("08") and parseInt("10")
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•