Skip to content

Commit c77753a

Browse files
authored
Merge pull request #472 from skube/patch-2
Fix typo
2 parents a652580 + f50b304 commit c77753a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Generally, we shouldn't use `for..in` for arrays.
329329

330330
## A word about "length"
331331

332-
The `length` property automatically updates when we modify the array. To be precies, it is actually not the count of values in the array, but the greatest numeric index plus one.
332+
The `length` property automatically updates when we modify the array. To be precise, it is actually not the count of values in the array, but the greatest numeric index plus one.
333333

334334
For instance, a single element with a large index gives a big length:
335335

0 commit comments

Comments
 (0)