RE: Arrays in JavaScriptYou are viewing a single comment's thread from:Arrays in JavaScriptView the full contextimpshum (43) in javascript • 5 years ago You can also loop over your array like so... for (var i in myArray) { console.log(myArray[i]); } javascript
Thanks for advice!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit