What is function overloading in TypeScript?
Defining multiple functions with the same name but different implementations.
Defining one function that behaves differently depending on the number or type of arguments passed.
Allowing only one function signature for all functions.
Declaring a function with a fixed set of arguments.
This question is part of this quiz :
TypeScript Functions Quiz