( ! ) Notice: Undefined index: description in /home/prototurk.com/public_html/app/controller/demo.php on line 171 Call Stack # Time Memory Function Location 1 0.0001 361088 {main}( ) .../index.php:0 2 0.0036 442936 require( '/home/prototurk.com/public_html/app/controller/demo.php' ) .../index.php:101
const basket = [
{
name: "iPhone 8",
price: 7000
},
{
name: "Apple Macbook Pro",
price: 14000
},
{
name: "Harman/kardon",
price: 255
}
]
let sumBasket = basket.reduce((acc, item) => acc + item.price, 0)
console.log(sumBasket) // 21255