So recently I have been learning AngularJS and TypeScript. When I was learning about the method overload mechanic of TypeScript and I was confused.
Concern 1: Incorrect way of declaring overloads
Coming from a Kotlin/Java Android background, I have to say the overloading machines of Typescript take a while to grasp. …
