Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/
Class
DSA Javascript/linked_list.js:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Node {
2
// constructor
3
constructor(element) {
4
this.element = element;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected