var favourite_num : number = 12 ;

// this "${}" allows us to use variable in string
var message : string = `I guess your favourite number is ${favourite_num}`;

console.log(message)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: