– Meaning: Not a Number
– When used as an assignment to an element index within a loop, this has the effect of making the loop skip this index in the next iteration. For example: pairArr[i] = pairArr[j] = NaN;
March 28, 2019March 28, 2019
0 Comments