Created
April 26, 2019 06:08
-
-
Save Tocacar/e51279c687339bc6d5aa7fc01b3377c2 to your computer and use it in GitHub Desktop.
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
var car = { | |
colour: 'red', | |
doors: '5', | |
topSpeed: '120mph', | |
engine: 'four-stroke', | |
power: '200bhp' | |
}; | |
console.log(car); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment