TypeScript Tutorial #4 - Type Inference

Publié le: 17 juin 2021
sur la chaîne: 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.


Sur cette page du site, vous pouvez voir la vidéo en ligne TypeScript Tutorial #4 - Type Inference durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Free Tutorial Wale 17 juin 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 7 fois et il a aimé 0 téléspectateurs. Bon visionnage!