Skip to content

Commit

Permalink
Shorthand properties examples (#5334)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoule authored and existentialism committed Feb 17, 2017
1 parent d55a775 commit 07dd2b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ var o = { a, b, c };
**Out**

```js
var o = { a: a, b: b, c:c };
var o = { a: a, b: b, c: c };
```

**In**
Expand Down

0 comments on commit 07dd2b1

Please sign in to comment.