EC Group Interview Question

How to declare a optional parameter in typescript?

Interview Answer

Anonymous

Oct 4, 2019

By using the "?" question mark symbol we can declare a optional parameter.