With JavaScript
At the end of this lesson you should be able to
Warning, wall of text!!!
Stacks are hard, lets play a game instead
https://www.mathsisfun.com/games/towerofhanoi.html
what is a stack? And how would you use it?
Create a constructor for a stack with the following method
Add the following methods to the constructor
Stretch goals
Create a queue now with the following methods
Stretch goals