typescript filter array of objects

Solutions on MaxInterview for typescript filter array of objects by the best coders in the world

showing results for - "typescript filter array of objects"
María Alejandra
23 May 2018
1let variable = this.someArray.filter((x:any)=>{ return !x.active;})