Sunday, March 31, 2019

Looping through objects


Object.keys(myElement).forEach(function(el, index) {
     console.log(index);
 });

No comments:

Post a Comment