English Delivery Only: TypeScript
- Código del Curso TS
- Duración 2 días
Otros Métodos de Impartición
Salta a:
Método de Impartición
Este curso está disponible en los siguientes formatos:
-
Clase de calendario
Aprendizaje tradicional en el aula
-
Aprendizaje Virtual
Aprendizaje virtual
Solicitar este curso en un formato de entrega diferente.
Temario
Parte superiorTypeScript is a static type checker for JavaScript. Where JavaScript code is prone to failures at runtime,TypeScript flags errors at compile time. Angular applications are written in TypeScript by default,and TypeScript is supported by both React and Vue.
This course deals with all of the core TypeScript features including type inference,explicit typing,primitive types,object types,union types,aliases,interfaces,literal types,narrowing,function types,extending types,generics,type manipulation,and classes.
Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.
Curso Remoto (Abierto)
Nuestra solución de formación remota o virtual, combina tecnologías de alta calidad y la experiencia de nuestros formadores, contenidos, ejercicios e interacción entre compañeros que estén atendiendo la formación, para garantizar una sesión formativa superior, independiente de la ubicación de los alumnos.
Calendario
Parte superior-
- Método de Impartición: Aprendizaje Virtual
- Fecha: 15-16 enero, 2026 | 10:30 AM to 6:00 PM
- Sede: Aula Virtual (W. Europe )
- Idioma: Español
-
- Método de Impartición: Aprendizaje Virtual
- Fecha: 15-16 enero, 2026 | 10:30 AM to 6:00 PM
- Sede: Aula Virtual (W. Europe )
- Idioma: Español
-
- Método de Impartición: Aprendizaje Virtual
- Fecha: 16-17 marzo, 2026 | 10:30 AM to 6:00 PM
- Sede: Aula Virtual (W. Europe )
- Idioma: Español
Dirigido a
Parte superiorThis course is designed for JavaScript developers who are required to build or maintain applications written in TypeScript.
Objetivos del Curso
Parte superiorThis course aims to enable the delegate to build web applications using TypeScript. That is,the delegate ought to be able to write using TypeScript,that which they previously wrote using JavaScript,and in so doing produce code which is better and more robust.
Contenido
Parte superiorCourse Introduction
- Administration and Course Materials
- Course Structure and Agenda
- Delegate and Trainer Introductions
Session 1: INTRODUCTION
- TypeScript vs. JavaScript
- Installing TypeScript
- Static type checks
- Non-exception failures
- Compiling TypeScript to JavaScript
- Explicit types
- Strictness flags
Session 2: TYPES
- Primitive types
- Array types
- Variable and function type annotations
- Object types
- Union types
- Aliases
- Interfaces
- Assertions
- Literal types
- null and undefined types
- Other types
Session 3: NARROWING
- What is narrowing?
- Type guards
- Truthiness
- Equality
- Membership
- instanceof
- Assignments
- Control flow analysis
- Type predicates
Session 4: FUNCTIONS
- Function type expressions
- Call signatures
- Construct signatures
- Generic functions
- Generic constraints
- Optional parameters
- Optional parameters in callbacks
- Overloading
- Using this in functions
- Rest parameters and arguments (spread)
- Parameter destructuring
- void return type
Session 5: MORE ABOUT OBJECT TYPES
- Optional property modifier
- Readonly property modifier
- Index signatures
- Extending types
- Intersecting types
- Aliases or interfaces?
- Generic object types
- Array types
- Tuple types
Session 6: TYPE MANIPULATION
- What is type manipulation?
- Generics
- keyof
- typeof
- Indexed access types
- Conditional types
- Mapped types
- Utility types
Session 7: CLASSES
- Class members
- Fields
- Constructors
- Methods
- Getters and setters
- Class heritage
- extends
- implements
- Member visibility
- Static members
- Generic classes
- Handling this
- Arrow functions
- Parameter properties
- Class expressions
- Abstract classes and members
- Relationships between classes
Session 8: BEST PRACTICES
- General types
- Generics
- The any type
- Callback types
- Function overloads
- Others
Pre-requisitos
Parte superiorDelegates attending this course should be familiar with/able to write JavaScript code up to and including features detailed in ES6. This can be achieved via attendance on our JavaScript Developer course.
Siguientes Cursos Recomendados
Parte superior- Developing Node.js Web Applications
- Angular Development
- React