feat/eng-123-initializing-project #1

Merged
JohnCosta27 merged 3 commits from feat/eng-123-initializing-project into main 2025-10-12 20:38:49 +01:00
Showing only changes of commit c50390db00 - Show all commits

View File

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