Hacker News new | ask | show | jobs
by y0ned4 942 days 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