Code QuizBeginner
Optional Parameter Ordering
Spot why placing an optional parameter before a required one fails to compile in TypeScript.
What is the bug in this code?
Spot why placing an optional parameter before a required one fails to compile in TypeScript.
What is the bug in this code?