0
Q:

typoescript find multiple items in array and return found

let names= ["Style","List","Raw"];
let results= names.filter(x => x.includes("s"));
console.log(results); //["List"]
0

New to Communities?

Join the community