JSFiddle - React, Tailwind, and code Playground
Babel + JSX
const array_teste = [{cod : '1', nome : 'S'},{cod : '2', nome : 'V'}];
const t = array_teste.filter((e)=> {
}
console.log(t);
const array_teste = [{cod : '1', nome : 'S'},{cod : '2', nome : 'V'}];
const t = array_teste.filter((e)=> {
}
console.log(t);