0
Q:

for of loop in es6

let colors = ['Red', 'Blue', 'Green'];
for (let color of colors){
	console.log(color);
}
1
for (let itme of list) {
  ...
}
0

New to Communities?

Join the community