Skip to content

Instantly share code, notes, and snippets.

@geomago
Created June 19, 2020 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geomago/b479723686506e93ee58a7d0535d69d4 to your computer and use it in GitHub Desktop.
Save geomago/b479723686506e93ee58a7d0535d69d4 to your computer and use it in GitHub Desktop.
cars_array_2
let cars2 = [
{id: 2, make: 'Ferrari', model: 'F8 Spider', price: 262000, colour: 'giallo modena'},
{id: 5, make: 'McLaren', model: 'New GT', price: 203000, colour: 'helios orange'},
{id: 6, make: 'Ferrari', model: 'F8 Spider', price: 262000, colour: 'giallo modena'},
{id: 9, make: 'Lamborghini', model: 'Huracan', price: 206790, colour: 'green'},
{id: 10, make: 'Bugatti', model: 'Chiron Sport 110 ans', price: 16000000, colour: 'dark gray'},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment