We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ce2d4 commit a5f6a98Copy full SHA for a5f6a98
1-js/02-first-steps/07-type-conversions/article.md
@@ -7,7 +7,7 @@ For example, `alert` automatically converts any value to a string to show it. Ma
7
There are also cases when we need to explicitly convert a value to the expected type.
8
9
```smart header="Not talking about objects yet"
10
-In this chapter, we won't cover objects. We'll be talking about primitives just yet.
+In this chapter, we won't cover objects. We'll only be talking about primitives.
11
12
Later, after we learn about objects, in the chapter <info:object-toprimitive> we'll see how objects fit in.
13
```
0 commit comments