- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 105字
- 2021-07-09 19:07:37
Summary
JavaScript applications can improve in clarity and quality by allowing for the greater degree of control and structure that object-orientation can bring to the code. JavaScript object-orientation is based on the function prototypes and prototypal inheritance. These two ideas can provide an incredible amount of wealth to developers.
In this chapter, we saw basic object creation and manipulation. We looked at how constructor functions are used to create objects. We ped into prototype chains and how inheritance operates on the idea of prototype chains. These foundations will be used to build your knowledge of JavaScript patterns that we will explore in the next chapter.
推薦閱讀
- Python編程自學(xué)手冊
- Apache Oozie Essentials
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實戰(zhàn)
- Ceph Cookbook
- INSTANT Sencha Touch
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Getting Started with Hazelcast(Second Edition)
- Learning Apache Cassandra
- Essential C++(中文版)
- 深入實踐Kotlin元編程
- 硬件產(chǎn)品設(shè)計與開發(fā):從原型到交付
- Python物理建模初學(xué)者指南(第2版)
- C/C++程序設(shè)計教程
- Puppet Cookbook(Third Edition)
- JavaScript程序設(shè)計基礎(chǔ)教程(慕課版)