Last active
October 13, 2020 18:18
-
-
Save ifkas/94b3502b84ecd46153dff5630d94c0b7 to your computer and use it in GitHub Desktop.
Array1 - Reduce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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