let found: boolean = true;
let grade: number = 88.9;
let fstname: String = 'shri';
let lstname: String = 'vishnu';
console.log(found);
console.log(grade);
console.log('Hi ${fstname} ${lstname}');
can anyone help why i am getting like this. The color of this part ${fstname} ${lstname} should actually be blue. but it is orange(same as contents in inverted commasthis is the image)