let a = NaN; let b = null; [a,b].indexOf(a); [a,b].indexOf(b);
["1", "7", "11"].map(parseInt)
[1, NaN, 3]