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-1
Original file line number
Diff line number
Diff line change
@@ -215,5 +215,5 @@ JavaScript provides constructor functions for many built-in language objects: li
215
215
```smart header="Objects, we'll be back!"
216
216
In this chapter we only cover the basics about objects. They are essential for learning more about data types and functions in the next chapters.
217
217
218
-
After the learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
218
+
After we learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
0 commit comments