Functions are a staple in the majority of programming languages. We'll be assessing functions in JavaScript and how they work with TS.
This section covers the definition of functions, how to create them, the different types of functions, fucntion overloads and much more.