JavaScript - For of loop For of loop is also used to traverse the array, strings etc... Syntax: for (const iterator of object) { // statement }