TypeScript Optional Parameters
In Javascript, if a function has 4 parameters, and we only use 3, it's no big deal - Javascript just ignores the missing parameter and runs the function as if it is undefined.
In TypeScript, things are a little different. If you try to run a function...
fjolt.hashnode.dev3 min read