Echo JS 0.11.0

<~>

tracker1 1719 days ago. link 2 points
Only optimize cases like this if the performance is actually effecting your application.  While it's interesting and nice to be aware of, the underlying engines can and do change over time.
panzerdp 1719 days ago. link 1 point
Good idea. You will find this message in the conclusion of the post too.
bruno-c 1716 days ago. link 1 point
Could be interesting to compare it to `array.concat([item])`. 

I know that Array.prototype.push is generic and can work with several kinds of objects but not sure about `concat`.