diff --git a/index.ts b/index.ts index c60ac07..dc0588b 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,7 @@ +const PERSON = "youtube"; + function init() { - console.log("hello youtube!"); + console.log(`hello ${PERSON}!`); console.log("another log!");