- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 82字
- 2021-07-09 19:07:46
Chapter 2. Organizing Code
In this chapter we'll look at how to organize JavaScript code into reusable, understandable chunks. The language itself 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 for 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 2015 classes
推薦閱讀
- Java Web開發學習手冊
- 高手是如何做產品設計的(全2冊)
- 玩轉Scratch少兒趣味編程
- Learning Cython Programming
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- C#完全自學教程
- iOS開發實戰:從零基礎到App Store上架
- C語言程序設計
- 前端架構:從入門到微前端
- Building Wireless Sensor Networks Using Arduino
- Go語言從入門到精通
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Mastering XenApp?
- C語言程序設計