JSFiddle - React, Tailwind, and code Playground

by WoJWoJ

JavaScript

let a = ['hello', 'hel', 'world']
console.log(a.filter(x => x.contains('he')))
*