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 d4eaaf4 commit be6856dCopy full SHA for be6856d
1-js/05-data-types/05-array-methods/article.md
@@ -574,7 +574,7 @@ The calculation flow:
574
575
Or in the form of a table, where each row represents a function call on the next array element:
576
577
-| |`sum`|`current`|`result`|
+| |`sum`|`current`|result|
578
|---|-----|---------|---------|
579
|the first call|`0`|`1`|`1`|
580
|the second call|`1`|`2`|`3`|
0 commit comments