ทำจาวาสคริปต์ forEach มีสร้างในค่า

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

0
0

ใช้ forEach งานจาวาสคริปต์

 
		  let text = "";
function add()
		  { 
			  var node = Node.prototype;
			 nodeList =  NodeList.prototype;
			 const xxx = ["q", "w", "e", "r", "t"];
			 xxx.forEach(change);
			 console.log(xxx);
			 console.log(text);
             /*notice the array does not change but text does*/
	 }
	 function change(item, index) {
		 text += item+index;
	 }

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

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

ในภาษาอื่นๆ

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

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