Uncategorized December 24, 2023 user 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); } Continue Reading