I have these 3 objects
const leagues = [
{ id: 1, country: 'England', name: 'Premier League' },
{ id: 2, country: 'Germany', name: 'Bundesliga' },
{ id: 3, country: 'Netherlands', name: 'Eredivisie' },
{ id: 4, country: 'Spain', name:...
asked by
28.12.2018 / 07:36