Paul's Javascript Notes
Sunday, March 31, 2019
Looping through objects
Object.keys(myElement).forEach(function(el, index) {
console.log(index);
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment