Scenario: We have to create an array of objects, which stores details of each item added to the cart as an object, so the number of the object will equal the number of items in the cart, so we need to put ” , ” symbol in ending of objects but no ” , ”… Continue reading How to add commas for all iterations except the last iteration to an array of objects.