2 Commits

Author SHA1 Message Date
c50390db00 fix: using constant instead of magic value 2025-10-12 20:28:52 +01:00
a96705ea0e feat: adding another user greeting 2025-10-12 20:28:52 +01:00

View File

@ -2,6 +2,8 @@ const PERSON = "youtube";
function anotherGreeting() { function anotherGreeting() {
console.log("another greeting!"); console.log("another greeting!");
console.log("yet another greeting!");
console.log("yet yet another greeting!");
} }
function init() { function init() {