diff --git a/index.ts b/index.ts index 2453baf..f9455a3 100644 --- a/index.ts +++ b/index.ts @@ -1,9 +1,11 @@ +const PERSON = "youtube"; + function anotherGreeting() { console.log("another greeting!"); } function init() { - console.log("hello youtube!"); + console.log(`hello ${PERSON}!`); console.log("another log!");