Nate Bennett

Results 1 issues of Nate Bennett

I have an object with a key called "tags" whose value is an array of tags: ``` const allResources = {name: foo, tags:["123","abc"]}; const searchTerm = e.target.value; const results =...