Compare commits

..

3 Commits

View File

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