JavaScript pour ... de Loop

for (element of iterable) {
    // body of for...of
}
SAMER SAEID