- Expert Angular
- Mathieu Nayrolles Rajesh Gunasundaram Sridhar Rao
- 102字
- 2021-07-15 17:05:32
Modules
JavaScript is a powerful and dynamic language. With dynamic programming in JavaScript, we need to structure and organize the code so that it will make its maintainability easier and also enable us to easily locate the code for a specific functionality. We can organize code by applying a modular pattern. Code can be separated into various modules, and relevant code can be put in each module.
TypeScript made it easier to implement modular programming using the module keyword. Modules enable you to control the scope of variables, code reusability, and encapsulation. TypeScript supports two types of module: internal and external modules.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Java面向?qū)ο筌浖_(kāi)發(fā)
- Manga Studio Ex 5 Cookbook
- Instant 960 Grid System
- Processing互動(dòng)編程藝術(shù)
- Learning Data Mining with R
- ASP.NET程序設(shè)計(jì)教程
- Node.js全程實(shí)例
- 深入理解Android:Wi-Fi、NFC和GPS卷
- OpenCV 4計(jì)算機(jī)視覺(jué)項(xiàng)目實(shí)戰(zhàn)(原書(shū)第2版)
- 匯編語(yǔ)言編程基礎(chǔ):基于LoongArch
- ExtJS Web應(yīng)用程序開(kāi)發(fā)指南第2版
- Learning Nessus for Penetration Testing
- Practical Predictive Analytics