You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/05-types/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ The `object` type is special.
178
178
179
179
All other types are called "primitive" because their values can contain only a single thing (be it a string or a number or whatever). In contrast, objects are used to store collections of data and more complex entities. We'll deal with them later in the chapter <info:object> after we learn more about primitives.
180
180
181
-
The `symbol` type is used to create unique identifiers for objects. We mention it here for completeness, but we'll study ite after objects.
181
+
The `symbol` type is used to create unique identifiers for objects. We mention it here for completeness, but we'll study it after objects.
0 commit comments