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 35e30aee7d - Show all commits

View File

@ -1,5 +1,9 @@
function init() {

I would have the commit that extracts this into a function, after the feature commit.

I would have the commit that extracts this into a function, after the feature commit.
console.log("hello youtube!");
console.log("another log");
console.log("another log!");
console.log("yet another log");
console.log("yet another log!");
}
init();