LHJ

I'm a FE developer.

Array가 아닌 nodeList라 foreach문이 IE에서 인식이안된다면

19 Oct 2020 » issue

Array가 아닌 nodeList라 foreach문이 IE에서 인식이안된다면

if (window.NodeList && !NodeList.prototype.forEach) {
    NodeList.prototype.forEach = Array.prototype.forEach;
}