|
|
|
|
|
by pcthrowaway
811 days ago
|
|
This is just semantics then. If you're implementing a linked list or a tree without a class (or at the very least a function that behaves like a class), it's going to be awkward and clumsy. Data-structures beyond what the standard lib gives you (string and array) are the main reason the addition of classes to JS was so helpful. |
|