The for ... in statement is used to loop (iterate) through the elements of an array or through the properties of an object.
The for ... in statement is used to loop (iterate) through the elements of an array or through the properties of an object.
The code in the body of the for ... in loop is executed once for each element/property.
Syntax
for
(variable in object) |
The variable argument can be a named variable, an array element, or a property of an object.
Using for ... in to loop through an array:
<html> |
Result
The city 0 is: Rabat |
To see how HTML and JavaScript work, you can only push the submit button, or you can make your own HTML and JavaScript code.