1 comment

[ 3.4 ms ] story [ 15.5 ms ] thread
// 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