var data_filter = data.filter( element => element.zip == “12180”)
console.log(data_filter)
I have this so far which gets me 1 zip code match but I have 126, how do I rewrite this to return results for all entries that contain any of those 126 zip codes
I’m not a developer, just trying to run some reports on data in our system
New contributor
Joseph Moore is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.