for
for-in
while
do-while
for(conditional statement){ // Some code you want to run in a loop }
By Dize Hacioglu