- TypeScript Essentials
- Christopher Nance
- 162字
- 2021-08-05 17:43:25
Chapter 1. Getting Started with TypeScript
There are many languages available that can be used to create cross-platform applications and these types of code applications are being created daily. Some of the more common languages that these applications use are Java, C, and JavaScript and each has its advantages and disadvantages. While JavaScript is easy to get started with, it is also easy to lose control of. C requires a lot of overhead to create complex applications such as memory management, and Java requires the Java runtime to be installed. As applications grow and become more complex, so does the need to produce maintainable code. TypeScript is a new open source language created to make web development easier and more reliable. In this chapter we will:
- Understand what TypeScript is
- Learn how TypeScript improves on the foundations of JavaScript
- Explore the ways TypeScript makes code more maintainable
- Learn how to get the TypeScript compiler
- Create our first application in TypeScript
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- C程序設計簡明教程(第二版)
- Angular UI Development with PrimeNG
- Python從入門到精通(精粹版)
- YARN Essentials
- MATLAB定量決策五大類問題
- C#程序設計
- Hands-On Functional Programming with TypeScript
- H5頁面設計:Mugeda版(微課版)
- Learning Three.js:The JavaScript 3D Library for WebGL
- Python數據結構與算法(視頻教學版)
- D3.js By Example
- Python深度學習原理、算法與案例
- 21天學通C++(第5版)
- Citrix XenServer企業運維實戰