if we have the objects
const leagues = [
{ id: 1, country: 'England', name: 'Premier League' },
{ id: 2, country: 'Germany', name: 'Bundesliga' },
{ id: 3, country: 'France', name: 'Lige 1' }
]
const teams = [
{ id: 1, count...
asked by
28.12.2018 / 17:06