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)
To embed this project on your website, copy the following code and paste it into your website's HTML: