Functions are declared with arguments in parentheses, an arrow, and a return expression.
let greet = (name: string) => { "Hello " ++ name }
Function