Created
April 26, 2019 06:08
-
-
Save Tocacar/e51279c687339bc6d5aa7fc01b3377c2 to your computer and use it in GitHub Desktop.
Revisions
-
Tocacar created this gist
Apr 26, 2019 .There are no files selected for viewing
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 charactersOriginal 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);