Compare commits

...

3 Commits

View File

@ -1,5 +1,11 @@
console.log("hello world!");
const PERSON = "youtube";
console.log("another log");
function init() {
console.log(`hello ${PERSON}!`);
console.log("yet another log");
console.log("another log!");
console.log("yet another log!");
}
init();