HTML loop in JavaScript
User We have javascript array with data tickets : Array(2) 0 : {section: 'tiered', type: 'ADULT', price: 18, quantity: 2} 1 : {section: 'tiered', type: 'CHILD', price: 14, quantity: 1} now I have a event loop each event has section,type and price Now I want to fill quantity if its avaul tickets array otherwise set […]