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/05-data-types/01-primitives-methods/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
@@ -48,7 +48,7 @@ The solution looks a little bit awkward, but here it is:
48
48
49
49
1. Primitives are still primitive. A single value, as desired.
50
50
2. The language allows access to methods and properties of strings, numbers, booleans and symbols.
51
-
3. When this happens, a special "object wrapper" is created that provides the extra functionality, and then is destroyed.
51
+
3. When this happens, a special "object wrapper" that provides the extra functionality is created, and then is destroyed.
52
52
53
53
The "object wrappers" are different for each primitive type and are called: `String`, `Number`, `Boolean` and `Symbol`. Thus, they provide different sets of methods.
0 commit comments