callAll(callback)
Calls a function on all members of this list, using the member as the context for the callback.
The function must exist on the member.
Parameters
Name | Type | Description |
---|---|---|
callback | function | The function to call. |
- Source code: utils/LinkedList.js (Line 156)
Please login to continue.