Contact: aviboots(AT)netvision.net.il
41,507 questions
54,096 answers
573 users
const arr = ['w', 23, 'node.js', NaN]; console.log(arr.findIndex(x => Number.isNaN(x))); /* run: 3 */