TypeScript Tutorial #4 - Type Inference

Publicado el: 17 junio 2021
en el canal de: Free Tutorial Wale
7
0

#Type #Inference

TypeScript is a typed language. However, it is not mandatory to specify the type of a variable. TypeScript infers types of variables when there is no explicit information available in the form of type annotations.

Types are inferred by TypeScript compiler when:

Variables are initialized

Default values are set for parameters

Function return types are determined

For example,

var a = "some text"

Here, since we are not explicitly defining a: string with a type annotation, TypeScript infers the type of the variable based on the value assigned to the variable. The value of a is a string and hence the type of a is inferred as a string.


En esta página del sitio puede ver el video en línea TypeScript Tutorial #4 - Type Inference de Duración hora minuto segunda en buena calidad , que subió el usuario Free Tutorial Wale 17 junio 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 7 veces y le gustó 0 a los espectadores. Disfruta viendo!