- Mastering JavaScript Design Patterns
- Simon Timms
- 80字
- 2021-08-05 17:14:56
Chapter 2. Organizing Code
In this chapter, we'll look at how to organize JavaScript code into reusable, understandable chunks. The language doesn't lend itself well to this sort of modularization, but a number of methods of organizing JavaScript code have emerged over the years. This chapter will argue the need to break down code, and then work through the methods of creating JavaScript modules.
We will cover the following topics:
- Global scope
- Objects
- Prototype inheritance
- ECMAScript 6 classes
推薦閱讀
- VMware View Security Essentials
- Building Modern Web Applications Using Angular
- ASP.NET MVC4框架揭秘
- Visual FoxPro程序設計教程
- Java面向對象思想與程序設計
- Mastering PHP Design Patterns
- Instant Typeahead.js
- 深度學習:算法入門與Keras編程實踐
- Oracle從入門到精通(第5版)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Express Web Application Development
- 第一行代碼 C語言(視頻講解版)
- C#程序設計教程(第3版)
- 深度學習原理與PyTorch實戰(第2版)
- SQL Server 2016 從入門到實戰(視頻教學版)