Skip to content

Jonatandb/mslearn-typescript

TypeScript ofrece todas las características de JavaScript, además de una capa adicional sobre ellas: el sistema de tipos de TypeScript. En esta ruta de aprendizaje, descubrirá cómo el uso de TypeScript para el desarrollo de JavaScript puede ayudarle a crear código más sólido, reducir los errores de tipos en tiempo de ejecución, aprovechar las ventajas de las modernas características antes de que estén disponibles en JavaScript y trabajar mejor con los equipos de desarrollo.

Módulos en esta ruta de aprendizaje:


Introduction to using TypeScript



🥳🎉 Diploma Microsft Learn


Using the Lab start and end solution files

You can use the TypeScript Playground, Visual Studio Code, or any TypeScript-compatible IDE to complete the labs in the "Developing JavaScript applications using TypeScript" learning path.

The start and end solutions for each lab are located in the code folder. In each lab, you will be provided with a link to each folder, as appropriate, for easy access.

Setup Visual Studio Code

If you want to use Visual Studio Code to run any of the start or end solution workspaces in the code folder, you must first set up your development environment.

Install the following software on your machine:

  1. Visual Studio Code (or IDE of your choice)
  2. Node Package Manager (npm)
  3. TypeScript Compiler (tsc)

For best results, follow the complete instructions for setting up your environment and using the TypeScript compiler in [LINK TO Module 01: Get started with TypeScript ]. After setting up your environment, you can run any of the Lab solution files in the "Developing JavaScript applications using TypeScript" learning path.

Playground

If you’re using the Playground, you can copy and paste the start code from the Lab instructions into the editor. The solution to the lab exercises will be located in the end folder in the module##.ts file, which you can open in any text editor.


Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.