JavaScript - For loop For loop is used to traverse the array, strings etc... Syntax: for (initializer; condition; increment){ // statements }