I got object array like this:
const matches = [
{
homeTeam: 'France',
awayTeam: 'Croatia',
score: '2:1',
date: '18.01.2019'
},
I need to add one more object "Points" to this array and initialize it to 0.
I expect to add this object and print it to console