BLOG / Uncategorized

Hello world!

Welcome to User’s blog Sites. This is your first post. Edit or delete it, then start writing!
const arr1:string[] = ["hello", "world"];
for (let str of arr1) {
    console.log("str: ", str);
}

Comment (1)

Leave a Reply

Your email address will not be published. Required fields are marked *