var Name: string[] =["Ali","Zoha","Kinza"]; var message: string = ",how was the day today"; console.log(Name[0]+message); console.log(Name[1]+message); console.log(Name[2]+message);
To embed this project on your website, copy the following code and paste it into your website's HTML: