DEV Community

JavaScript Data Structures: Stack: Pop / Remove the last node

miku86 on December 20, 2019

Intro Last time, we learned how to add a new node to the Stack. Today, we learn how to pop / remove the node on top of the Stack. ...
Collapse
 
owonwo profile image
Joseph Owonvwon

I can proudly say that I understand Singly, Doubly, Stack List behaviour and implementations. Thanks, @miku86

Keep up the good work.

Collapse
 
miku86 profile image
miku86

Thank you Joseph,
that's awesome! :-)

Collapse
 
owonwo profile image
Joseph Owonvwon

There's a typo at the beginning of the post. I see pop instead of push in the Starter Code section.

Collapse
 
miku86 profile image
miku86

Thanks Joseph,

I fixed it.