l

Results 1 issues of l

The code-block containing the line 152 is as follows: ``` if (currentId < 89) { const newId = squares[parseInt(currentId) +width].id //const newId = parseInt(currentId) +width ....refactor const newSquare = document.getElementById(newId)...