Template Strings should work on any terminals such as visual studio code terminal or windows terminal. But it didn't. I did this code visual studio code. Here is My code
var name = 'Andrew';
console.log('Hello ${name}');
and the output is
Hello ${name}
Please specify changes in my code needed and explain why it doesn't work currently.