34 Log - JcerelusDev/CanvasGameJs GitHub Wiki
What is the log variable
The log variable is a short cut for console.log
That means you don't have to write that long method.
Example
log("Hello World ! ");
The log variable is a short cut for console.log
That means you don't have to write that long method.
log("Hello World ! ");