Echo JS 0.11.0

<~>

tracker1 2068 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 2067 days ago. link 1 point
Good idea. You will find this message in the conclusion of the post too.
bruno-c 2065 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`.