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!");