Closed
Bug 1255388
Opened 9 years ago
Closed 9 years ago
Number.isFinite() should describe behavior of Number.isFinite(null)
Categories
(Developer Documentation Graveyard :: JavaScript, defect)
Developer Documentation Graveyard
JavaScript
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: johnny, Assigned: arai)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160210153822
Steps to reproduce:
Go to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isFinite
Actual results:
Passing null as parameter (Number.isFinite(null)) is not mentioned at all
Expected results:
Examples lists Number.isFinite(null) as one of the cases which is different from global isFinite().
Assignee | ||
Comment 1•9 years ago
|
||
Updated the document. does it make sense?
Assignee: nobody → arai.unmht
Flags: needinfo?(johnny)
Assignee | ||
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•