4

So here I am, in a summer course for IMM introduced in JavaScript. I knew I wasn't going to be a fan of the insane junk it does. I just didn't expect to see it IMMEDIETLY.

var size = 1;

#ps5.js draw loop
size += 1;
print(size);

Comments
  • 1
    Print literally prints the document in JS, right?
Add Comment