Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Created April 26, 2019 06:08
Show Gist options
  • Select an option

  • Save Tocacar/e51279c687339bc6d5aa7fc01b3377c2 to your computer and use it in GitHub Desktop.

Select an option

Save Tocacar/e51279c687339bc6d5aa7fc01b3377c2 to your computer and use it in GitHub Desktop.

Revisions

  1. Tocacar created this gist Apr 26, 2019.
    8 changes: 8 additions & 0 deletions sample.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    var car = {
    colour: 'red',
    doors: '5',
    topSpeed: '120mph',
    engine: 'four-stroke',
    power: '200bhp'
    };
    console.log(car);