Skip to content

Commit ba6ae24

Browse files
authored
Merge pull request #2058 from arcticmatt/array-patch
5.4 - change 7 basic types to eight basic types
2 parents 9646a67 + a6c9f30 commit ba6ae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ An array is a special kind of object. The square brackets used to access a prope
193193

194194
They extend objects providing special methods to work with ordered collections of data and also the `length` property. But at the core it's still an object.
195195

196-
Remember, there are only 7 basic types in JavaScript. Array is an object and thus behaves like an object.
196+
Remember, there are only eight basic data types in JavaScript (see the [Data types](https://javascript.info/types) chapter for more info). Array is an object and thus behaves like an object.
197197

198198
For instance, it is copied by reference:
199199

0 commit comments

Comments
 (0)