Skip to content

Commit 2041797

Browse files
authored
Fix title of reduce method exercise (#653)
1 parent 32ab36d commit 2041797

File tree

1 file changed

+1
-1
lines changed
  • docs/2-browser-apps/04-anonymous-function

1 file changed

+1
-1
lines changed

docs/2-browser-apps/04-anonymous-function/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const minScore = scores.reduce(/* コールバック関数 */);
179179
document.write(minScore); // 55
180180
```
181181

182-
<Answer title="Array#reduceの使い方">
182+
<Answer title="Array#reduce メソッドの使い方">
183183

184184
```javascript
185185
const scores = [90, 65, 70, 55, 80];

0 commit comments

Comments
 (0)