Skip to content

Instantly share code, notes, and snippets.

@ifkas
Last active October 13, 2020 18:18
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 ifkas/94b3502b84ecd46153dff5630d94c0b7 to your computer and use it in GitHub Desktop.
Save ifkas/94b3502b84ecd46153dff5630d94c0b7 to your computer and use it in GitHub Desktop.
Array1 - Reduce
const shelf = [
"blueberry pie",
"apple tart",
"meat pie",
"apple pie",
"banana bread",
"pumpkin pie",
"apple crumble",
"donuts"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment