Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tomstuart
on July 5, 2011
|
parent
|
context
|
favorite
| on:
Advanced Javascript tips and tricks
Array.prototype.push.apply(a, b) modifies
a
in-place; a.concat(b) returns a copy of
a
with
b
appended to it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: