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/04-object-basics/06-constructor-new/article.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,5 +225,5 @@ JavaScript provides constructor functions for many built-in language objects: li
225
225
```smart header="Objects, we'll be back!"
226
226
In this chapter we only cover the basics about objects and constructors. They are essential for learning more about data types and functions in the next chapters.
227
227
228
-
After we learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
228
+
After we learn that, we return to objects and cover them in-depth in the chapters <info:prototypes> and <info:classes>.
0 commit comments