[I have created a ts file variables.ts inside intro folder and it contains
let greetings : string = “Hello Nimish”
console.log(greetings);
now when im running it using command tsc variables.ts
im getting this error
](https://i.sstatic.net/FyNF6ROV.png)
New contributor
Nimish is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.