Skip to content

Instantly share code, notes, and snippets.

@shhider
Last active August 9, 2019 03:20
Show Gist options
  • Save shhider/644350d10fdf9a7720e216f4beea48f1 to your computer and use it in GitHub Desktop.
Save shhider/644350d10fdf9a7720e216f4beea48f1 to your computer and use it in GitHub Desktop.
[Which is faster in JS] #javascript

environment: MacBook Pro(Early 2015), 2.7Ghz, 16GB, macos 10.14.x

Array

Iterate array -- for-loop vs. forEach(map, reduce)

// for loop vs. forEach

// todo...

Add elements to array -- push vs. concat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment