...

/

Function and Inference Variables

Function and Inference Variables

This lesson goes over functions and inference variables.

We'll cover the following...

TypeScript can infer the type of a variable, hence, it is possible to avoid using the colon for anonymous functions by simply setting the variable to an unnamed function that has type ...