1 Commits

Author SHA1 Message Date
47bb47ace4 fix: using constant instead of magic value 2025-10-12 20:17:12 +01:00

View File

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