From 2ac458dd378597c1cf9a5dfcd906fb17a575e0c9 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 12 Oct 2025 20:17:12 +0100 Subject: [PATCH] fix: using constant instead of magic value --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index bc16169..f9455a3 100644 --- a/index.ts +++ b/index.ts @@ -5,7 +5,7 @@ function anotherGreeting() { } function init() { - console.log("hello youtube!"); + console.log(`hello ${PERSON}!`); console.log("another log!");