new Node(data)
Linked list node.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
data |
Object
|
Data of the node. |