Arrays, Objects, and Strings are commonly used types that we iterate using ‘for’. ‘for…in’, ‘for…of’ statements. Array iteration for Repeats until a specified condition evaluates to false. for ([init]; [condition]; [increment]) “All the three blocks in the for loop can be omitted. But should be declared before.” 2. for…of for (variable…