Quiz TypeScript Basic - What will be output of the following expression?

let a:string=47;
console.log( " Value of a= " +a);
Do you find this helpful?