Searched refs:testArray1 (Results 1 – 5 of 5) sorted by relevance
96 let testArray1 = [];99 testArray1.push(tmp);103 if (testArray1[k] !== testArray[k]) {
110 let testArray1 = []; variable113 testArray1.push(i);118 if (d !== testArray1[i]) {132 if (d !== testArray1[i]) {
101 let testArray1 = [] variable104 testArray1.push(tmp);
209 let testArray1 = [] variable212 testArray1.push(tmp);216 if (testArray1[k] !== testArray[k] * 2) {
134 const testArray1 = []; variable137 testArray1.push(i);140 const newtestArraylist1 = testArray1.slice(1, 4);