Justin Ridgewell 2afe9404fe
Use Object Spread Syntax (#7777)
* Use Object Spread Syntax

* Nits
2018-04-23 21:44:27 -04:00

7 lines
52 B
JavaScript

({
test: 1,
...test2,
test: 2,
...test3
});