String Interpolation let empName: string = "John Doe"; console.log(`${empName} is one of the most valuable employee of the year`); Resources and References "TypeScript String Interpolation"