Created
June 19, 2020 06:40
-
-
Save geomago/b479723686506e93ee58a7d0535d69d4 to your computer and use it in GitHub Desktop.
cars_array_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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