JSFiddle - React, Tailwind, and code Playground

by WoJWoJ

JavaScript

a = [{mmmm: 1}]
a = a.filter((x) => x.hello === undefined)
console.log(a)