mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 23:10:16 +00:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
|
print("print", 1);
|
||
|
console.log("log", 2);
|
||
|
console.warn("warn", 3);
|
||
|
console.error("error", 4);
|
||
|
console.debug("debug", 5);
|