This commit is contained in:
Ilya Kantor 2017-04-01 17:30:33 +03:00
parent d110eb3ea8
commit 46fd27a942

View file

@ -215,5 +215,5 @@ JavaScript provides constructor functions for many built-in language objects: li
```smart header="Objects, we'll be back!"
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.
After the learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
After we learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
```