Cargando…

Essential TypeScript 4 : from beginner to pro /

Learn the essentials and more of TypeScript, a popular superset of the JavaScript language that adds support for static typing. TypeScript combines the typing features of C# or Java with the flexibility of JavaScript, reducing typing errors and providing an easier path to JavaScript development. Aut...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Freeman, Adam, 1972- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley] : Apress, [2021]
Edición:Second edition.
Colección:ITpro collection
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part 1: Getting Started with TypeScript
  • Chapter 1:Your First TypeScript Application
  • Chapter 2: Understanding TypeScript
  • Chapter 3: JavaScript Primer, Part 1
  • Chapter 4: JavaScript Primer, Part 2
  • Chapter 5: Using the TypeScript Compiler
  • Chapter 6: Testing and Debugging TypeScript
  • Part 2: Working with TypeScript
  • Chapter 7: Understanding Static Types
  • Chapter 8: Using Functions
  • Chapter 9: Using Arrays, Tuples and Enums
  • Chapter 10: Working with Objects
  • Chapter 11: Working with Classes and Interfaces
  • Chapter 12: Using Generic Types
  • Chapter 13. Advanced Generic Types
  • Chapter 14: Working with JavaScript.-Part 3: Creating Web Applications
  • Chapter 15: Creating a Stand-Alone Web App, Part 1
  • Chapter 16: Creating a Stand-Alone Web App, Part 2
  • Chapter 17: Creating an Angular App, Part 1
  • Chapter 18: Creating an Angular App, Part 2
  • Chapter 19: Creating a React App, Part 1
  • Chapter 20: Creating a React App, Part 2
  • Chapter 21: Creating a Vue.js App, Part 1
  • Chapter 22: Creating a Vue.js App, Part 2.