```jsx const arr = [ { id: 0, text: 'Home', url: '#' }, { id: 1, text: 'Elements', url: '#/Elements' }, { id: 2, text: 'Breadcrumbs', url: '#' } ] ```