TypeScript Thursday - S01E04 - Function overloads
An overloaded function can be called in more than 1 way with different types of arguments, or with a different number of arguments. Each version of the function can also have a different return type.
You can find many overloaded methods in the DOM an...
nighttrax.dev20 min read