Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Created April 26, 2019 06:08
Show Gist options
  • Save Tocacar/e51279c687339bc6d5aa7fc01b3377c2 to your computer and use it in GitHub Desktop.
Save Tocacar/e51279c687339bc6d5aa7fc01b3377c2 to your computer and use it in GitHub Desktop.
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