to see if you can help me, I just start with JS ... I need to access within the array and the "cost" objects to make the total average cost.
var foods = [
{ id: 00, name: 'sausage', from: 'Spain', cost: 160, gluten: false },
{ id: 01,...
asked by
18.10.2018 / 11:32