web-deploy/test_input/test.js

8 lines
200 B
JavaScript

function myFunction() {
document.getElementById("demo").innerHTML = "Paragraph changed.";
}
async function logger() {
console.log("hello, how're you today");
console.error("ERR MSG");
}