Resolved! How to return count of objects from an array
Hi, I have the below array of objects. var arr = [ {group: "AA", complexity: "Simple"}, {group: "AA", complexity: "Complex"}, {group: "AA", complexity: "Simple"}, {group: "BB", complexity: "Simple"}, {group: "AA", complexity: "Med...