You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
I program chat bots for multiplayerpiano.com using node.js, and i recently discovered that the REPL (codeanywhere) creates a new scope for each line (example below)
But then, when I declare a var without using var, let, or const, it works. Is there a way to fix this?