I bet you don't know these five typescript tips
This article challenges and helps you level up your understanding of typescript. These 5 tips will make you code better. Look out for dynamic parameters type 😉
I Bet You Don’t Use These JavaScript Tricks and Practices
Tell me how many did you know by responding to the article and you may share this with your network to find out how many they know.
Overloading TypeScript Constructors like C++ or Java with a Catch
Whenever I was looking into the TypeScript Date class constructor implementation, I always wondered how its constructor signature worked like that, how it can have many signature, how can it work with 1st argument as number or string or an instance of itself.