Answers for "using for loop and array"

0

javascript loop and array

var array = ["hello","world"];
array.forEach(item=>{
	console.log(item);
});
Posted by: Guest on June-27-2020

Code answers related to "using for loop and array"

Code answers related to "Javascript"

Browse Popular Code Answers by Language