Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 295 Bytes

File metadata and controls

10 lines (7 loc) · 295 Bytes

String Interpolation

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

Resources and References