[
   {
      "ProductId": 177,
      "Quantity": 3,
      "Price": 1,
      "OriginalPrice": 1,
      "OriginalPricetotal": 3,
      "SoldPrice": 1,
      "ProductName": "Hand Spinners"
   },
   {
      "ProductId": 30207,
      "Quantity": 2,
      "Price": 525,
      "OriginalPrice": 525,
      "OriginalPricetotal": 1050,
      "SoldPrice": 525,
      "ProductName": "Clay Home"
   }
]
I want to calculate sum of all 'OriginalPricetotal' in an array using javascript / Jquery. I tried few types . But that is not working .
 
     
    