it's me again, now with reactjs.
I have a json, inside it have two "rows", they are Description and ubication. I need to filter the array by Description.
How can I filter this? The description it's in text format for example "Impact" or "Wiu wiu".
I know the function filter() of typescript have a numeric condition but no have a text condition or I haven't seen it been use for that.
Thank you so much for your help.