Closed
Bug 1286078
Opened 8 years ago
Closed 8 years ago
Javascript -> Javascript Guide -> Indexed Collections -> Array Object -> Array methods -> splice() : Add more detail to description
Categories
(Developer Documentation Graveyard :: JavaScript, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anoop.haridas, Unassigned)
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
Under:
Javascript -> Javascript Guide -> Indexed Collections -> Array Object -> Array methods -> splice()
Please add:
The splice() method returns as an array those elements of the original array that have been spliced out.
Comment 1•8 years ago
|
||
I've added similar wording to the explanation of splice() at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexed_collections#Array_methods -- if that's not good enough to do the job, let me know!
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•