curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Ajustar OAs de Typescript

Open ssinuco opened this issue 5 months ago • 0 comments

De acuerdo a los modelos/tipos/interfaces de las implementaciones de los proyectos de la ruta de frontend

Se evidencia que los OAs de typescript deberian ajustarse para estos proyectos sean unicamente:

typescript: title: Typescript

typescript/basic-types: title: Tipos básicos

typescript/basic-types/primitives: title: Tipos primitivos links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#the-primitives-string-number-and-boolean

typescript/basic-types/arrays: title: Arreglos links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays

typescript/basic-types/functions: title: Funciones links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#functions - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/functions.html

typescript/basic-types/object-types: title: Tipos Objetos links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#object-types - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/objects.html

typescript/basic-types/union-types: title: Tipos Union links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types

typescript/basic-types/interfaces: title: Interfaces links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#interfaces

typescript/basic-types/enums: title: Enums links: - title: Documentación oficial de Typescript url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#enums

ssinuco avatar Mar 07 '24 15:03 ssinuco