JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

const attrList = ['data-alternative-article-id'];
for (var k = 0; k < attrList.length; k++) {
    if (attrList.hasOwnProperty(k)) {
        console.log(1);
    }
}