Compare commits

..

2 Commits

Author SHA1 Message Date
af1b20c433 fix: using constant instead of magic value 2025-10-12 20:24:28 +01:00
6c9f45ff19 feat: adding another user greeting 2025-10-12 20:24:28 +01:00

View File

@ -2,8 +2,6 @@ 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() {