JSFiddle - React, Tailwind, and code Playground

by bpmania

JavaScript

var x = _.findIndex([1,2,3,4,5],(item)=>{return item===111})
console.log(x);