2 Commits

Author SHA1 Message Date
2ac458dd37 fix: using constant instead of magic value 2025-10-12 20:22:47 +01:00
2d2a3e382b feat: adding another user greeting 2025-10-12 20:22:20 +01:00

View File

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