var famous_person : string =" Muhammad Ali ";
var message : string = "He who is not courageous enough to take risks will accomplish nothing in life..."
console.log(`${famous_person}once said ,${message}`);

Embed on website

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