Skip to content

Commit a85e802

Browse files
authored
👾 remove one extra break line
1 parent ad50be1 commit a85e802

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ So it's advised to always specify the initial value.
634634

635635
The method [arr.reduceRight](mdn:js/Array/reduceRight) does the same, but goes from right to left.
636636

637-
638637
## Array.isArray
639638

640639
Arrays do not form a separate language type. They are based on objects.

0 commit comments

Comments
 (0)