JSFiddle - React, Tailwind, and code Playground by WoJWoJ November 24, 2021 JavaScript let a = ['hello', 'hel', 'world'] console.log(a.filter(x => x.contains('he'))) *