Filter My Array / JSON Data Based on Multiple Criteria in JavaScript?
Hey there, I want to make people able to search an article database with multiple criteria(s). It's a little bit different to handle because: Some includes more than 1 value (like active substances: ["actSubst1", "actSubs2"]) Some values are repeati...
Feb 20, 2020H