- 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
- Learning NServiceBus(Second Edition)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Mastering LibGDX Game Development
- 深度學習:算法入門與Keras編程實踐
- Mastering Python Networking
- Elasticsearch Server(Third Edition)
- 數據結構與算法分析(C++語言版)
- Microsoft Azure Storage Essentials
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- HTML5+CSS3 Web前端開發技術(第2版)
- Visualforce Developer’s guide
- OpenCV Android開發實戰
- Java核心編程
- ASP.NET Core and Angular 2