DEV Community

Discussion on: JavaScript Data Structures: Singly Linked List: Shift

Collapse
 
ortonomy profile image
🅖🅡🅔🅖🅞🅡🅨 🅞🅡🅣🅞🅝

Been following along with this as I really needed a refresher on my data structures which I skipped / barely implemented all those years ago at uni!

Implemented a demo her using closures / functions rather than classes, for people to browse a live version of the code: runkit.com/ortonomy/linkedlist-v1