Why doesn't my if statement respond to the changes I made to the variables?

后端 未结 0 915
梦如初夏
梦如初夏 2021-02-05 07:29
var count = 0;    
if(count % 2 == 0) {
        for (let i = 0; i < squareStorage.length; i++) {
            squareStorage[i].addEventListener("click", func         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题