DEV Community

Discussion on: Data Structures in JavaScript: Arrays, HashMaps, and Lists

Collapse
 
marcusiscode profile image
Marcus

Greta read for someone that needs a introduction this stuff like me. noticed that in (part 3 -> Singly Linked Lists ->Adding/Removing an element from the beginning of a linked list)
you use addFirst function for removing and adding to first so i cheked your webbsite and notice that you use a diffrent one there.