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.
2 parents af1a413 + 8ea67dc commit cf8251eCopy full SHA for cf8251e
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