andriangungon
1/29/2019 - 3:07 PM

for loop

for(let category of categories) {
  if(category.cat_is_major)
  this.majorDraws.push(category);  
}