mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04: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);
|