▲ Airbnb JavaScript Style Guide at github.com▼4 up and 0 down, posted by matt_smith 4057 days ago 1 comment
rco8786 4057 days ago. link 1 point ▲ ▼> When you need to copy an array use Array#slice. jsPerf The jsPerf for that showed the native loop being faster than slice.