Functions in TypeScript are different than Javascript in that all parameters are required by default. Let's look at how to make parameters optional in TypeScript....