We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1a413 commit 8ea67dcCopy full SHA for 8ea67dc
apA.md
@@ -132,7 +132,7 @@ function isShortEnoughReducer(list,str) {
132
words
133
.reduce( strUppercaseReducer, [] )
134
.reduce( isLongEnoughReducer, [] )
135
-.reduce( isShortEnough, [] )
+.reduce( isShortEnoughReducer, [] )
136
.reduce( strConcat, "" );
137
// "WRITTENSOMETHING"
138
```
@@ -193,7 +193,7 @@ Our chain still looks the same:
193
194
195
196
197
198
199
0 commit comments