fix: using constant instead of magic value

This commit is contained in:
2025-10-12 20:17:12 +01:00
parent 2d2a3e382b
commit 2ac458dd37

View File

@ -5,7 +5,7 @@ function anotherGreeting() {
}
function init() {
console.log("hello youtube!");
console.log(`hello ${PERSON}!`);
console.log("another log!");