Skip to content

Commit

Permalink
Generate output for Object Literal Example (metagrover#25)
Browse files Browse the repository at this point in the history
* Correcting and changing output to existing style

* Apply uniform formatting across code examples

* Generate output for Object Literal example
  • Loading branch information
hanuprateek authored and metagrover committed Jul 13, 2016
1 parent 3b96511 commit 5b7db8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -209,8 +209,8 @@ function getCar(make, model, value) {
}

let car = getCar('Kia', 'Sorento', 40000);

// output: {
console.log(car);
// {
// make: 'Kia',
// model:'Sorento',
// value: 40000,
Expand Down

0 comments on commit 5b7db8b

Please sign in to comment.