Skip to content

Instantly share code, notes, and snippets.

@yhoon3002

yhoon3002/reduce Secret

Created May 1, 2022 09:43
Show Gist options
  • Save yhoon3002/d2fff75a5c1107de9d7dfd09699a3099 to your computer and use it in GitHub Desktop.
Save yhoon3002/d2fff75a5c1107de9d7dfd09699a3099 to your computer and use it in GitHub Desktop.
arr.reduce((누적값, 현잿값, 인덱스, 요소) => { return 결과 }, 초깃값);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment