Skip to content

Instantly share code, notes, and snippets.

@jayhan1109
Last active December 3, 2020 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayhan1109/4ed1b0792fa58b4e412efb4165539dca to your computer and use it in GitHub Desktop.
Save jayhan1109/4ed1b0792fa58b4e412efb4165539dca to your computer and use it in GitHub Desktop.
JS Reduce function
const parts = [
{
name: "Fundamentals of React",
exercises: 10,
},
{
name: "Using props to pass data",
exercises: 7,
},
{
name: "State of a component",
exercises: 14,
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment