PriymakVl
1/23/2020 - 11:36 AM

js for of

js for of

for(let a of arr) {
    console.log(a);
}