Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrgil20/learn_typescript
Aprendiendo TypeScript con Microsoft Learn
https://github.com/jrgil20/learn_typescript
Last synced: 7 days ago
JSON representation
Aprendiendo TypeScript con Microsoft Learn
- Host: GitHub
- URL: https://github.com/jrgil20/learn_typescript
- Owner: Jrgil20
- License: mit
- Created: 2024-10-14T06:23:38.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-17T01:40:23.000Z (22 days ago)
- Last Synced: 2024-10-19T01:59:23.965Z (20 days ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn TypeScript
Este es el repositorio donde se pondrá en práctica lo aprendido con Microsoft Learn.
## Contenido
- [Introducción a TypeScript](https://learn.microsoft.com/es-es/training/modules/typescript-get-started/)
- Tipos básicos
- Interfaces y tipos avanzados
- Clases y objetos
- Módulos y namespaces
- Manejo de errores
- Herramientas y configuración## Recursos
- [Documentación oficial de TypeScript](https://www.typescriptlang.org/docs/)
- [Microsoft Learn](https://learn.microsoft.com/)## Objetivo
El objetivo de este repositorio es únicamente practicar lo aprendido en los diferentes módulos de Microsoft Learn.
## Licencia
Este proyecto está bajo la Licencia MIT. Consulta el archivo `LICENSE` para más detalles.