Javascript untuk ... dari loop
for (element of iterable) {
// body of for...of
}
SAMER SAEID
for (element of iterable) {
// body of for...of
}