Closed Egor18 closed 4 years ago
Condition categories.length != categories.length is always false. It should be this.categories.length != categories.length. (I found this with the data-flow analyzer I'm working on.)
categories.length != categories.length
this.categories.length != categories.length
Condition
categories.length != categories.length
is always false. It should bethis.categories.length != categories.length
. (I found this with the data-flow analyzer I'm working on.)