👾 remove one extra break line

This commit is contained in:
Lavrentiy Rubtsov 2022-05-14 15:37:55 +06:00 committed by GitHub
parent ad50be199b
commit a85e802056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -634,7 +634,6 @@ So it's advised to always specify the initial value.
The method [arr.reduceRight](mdn:js/Array/reduceRight) does the same, but goes from right to left.
## Array.isArray
Arrays do not form a separate language type. They are based on objects.