Understanding Stack and Queues in JavaScript (emmanuelumeh.hashnode.dev) 6 points by UmehEmma 2y ago ↗ HN
[–] y0ned4 2y ago ↗ // Function to pop a value onto the stack this.pop = function() { this.stack.push(); };I think he made some mess with his code X-D
1 comment
[ 3.4 ms ] story [ 15.5 ms ] threadI think he made some mess with his code X-D