ES6 version of TypeScript provides an arrow function which is the shorthand syntax for defining the anonymous function, i.e., for function expressions . It omits the function keyword. We can call it fat arrow (because -> is a thin arrow and => is a “fat” arrow). It is also called a Lambda function.