[TypeScript] Optional & Default Parameter
Introduction
In this article, I will be covering what an optional parameter is, and talk a little bit about the difference between JavaScript and TypeScript.
Before moving on, if you do not know the basic types and how to assign types, check out this...