Compare commits

..

2 Commits

Author SHA1 Message Date
fc38677d84 feat: adding another user greeting 2025-10-12 20:18:38 +01:00
47bb47ace4 fix: using constant instead of magic value 2025-10-12 20:17:12 +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() {