Skip to content

Commit be6856d

Browse files
committed
closes #1532
1 parent d4eaaf4 commit be6856d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ The calculation flow:
574574

575575
Or in the form of a table, where each row represents a function call on the next array element:
576576

577-
| |`sum`|`current`|`result`|
577+
| |`sum`|`current`|result|
578578
|---|-----|---------|---------|
579579
|the first call|`0`|`1`|`1`|
580580
|the second call|`1`|`2`|`3`|

0 commit comments

Comments
 (0)