File size: 113 Bytes
c930535
1
2
const o={"x":8,"y":3,"z":8};const sum=Object.keys(o).reduce((a,k)=>a+o[k],0);console.log(JSON.stringify(o),sum);