#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.
In questa pagina del sito puoi guardare il video online TypeScript Tutorial #4 - Type Inference della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Free Tutorial Wale 17 giugno 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 7 volte e gli è piaciuto 0 spettatori. Buona visione!