Spaces:
Running
Running
File size: 89 Bytes
431b4de |
1 2 3 4 5 |
const c = console;
window.addEventListener("load", function () {
c.log("Hello");
});
|