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