Js foreach เบอร์

รหัสตัวอย่าง

52
0

N

var colors = ['red', 'blue', 'green'];

colors.forEach(function(color) {
  console.log(color);
});
19
0

N

var colors = ["red", "blue", "green"];
colors.forEach(function(color) {
    console.log(color);
});
3
0

N

groceries.forEach(groceryItem => console.log(groceryItem));

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................