|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/master-typescript/
课程评论:没有评论
**Coursera 课程总结:精通 TypeScript:从零开始学习 TypeScript** 本课程深入探讨 TypeScript,重点介绍其如何运用面向对象编程(OOP)概念,以可控的方式构建大型 Web 应用程序。课程旨在帮助有抱负的 Web 开发者以及希望提升技能的专业 Web 开发者。拥有 C# 或 Java 等服务端编程及 OOP 基础的学习者将更容易掌握 TypeScript,并将其编译成 JavaScript。 课程通过创建一个购物应用程序来展示 TypeScript 的实用性,具体学习内容包括: 1. **TypeScript 概览**:介绍 TypeScript 的基本概念及其优势。 2. **先决条件与安装**:讲解学习 TypeScript 所需的基础知识以及环境的安装配置。 3. **理解 TypeScript 中的接口 (Interfaces)**:学习如何使用接口来定义对象结构和契约。 4. **理解类 (Classes)**:深入学习 TypeScript 中的类、构造函数、继承等 OOP 特性。 5. **理解模块 (Modules)**:掌握如何使用模块来组织和管理代码。 6. **理解函数 (Functions)**:学习 TypeScript 中的函数声明、类型注解以及箭头函数等。 7. **泛型 (Generics)**:理解泛型在提高代码复用性和类型安全方面的作用。 8. **声明合并 (Declaration Merging)**:学习如何合并来自不同声明的接口或类。 9. **类型兼容性 (Type Compatibility)**:探讨 TypeScript 中不同类型之间的兼容性规则。 10. **使用 TypeScript 和 jQuery 创建购物应用程序**:通过实际项目,巩固所学知识,实践 TypeScript 的应用。 让我们一起开始 TypeScript 的学习之旅吧!
This course is all about exploring TypeScript and how it makes use of Object Oriented Programming concept to create large web applications in a manageable way. The course is for aspiring web developers as well as professional web developers who want to enhance their skillset. Those who have basic knowledge of server side programming with OOP like C# or JAVA will find it more easy to write TypeScript code which gets compiled to JavaScript The course demonstrates the practicality of TypeScript by creating a Shopping Cart Application Here's what you will be learning in detail about TypeScript 1. Introduction to TypeScript 2. Prerequisites & Installation 3. Understanding Interfaces in TypeScript 4. Understanding Classes 5. Understanding Modules 6. Understanding Functions 7. Generics 8. Declaration Merging 9. Type Compatibility 10. Creating a Shopping Cart using TypeScript and jQuery So let's get started with TypeScript