profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Array.prototype.findIndex()

Syntax

console.log([6, -6, 8].findIndex((x) => x < 0)) // 1