QuizIntermediate
Optional Properties
Learn how the ? modifier marks interface properties as optional.
In `interface Config { url: string; timeout?: number; }`, what does the `?` on timeout mean?
Learn how the ? modifier marks interface properties as optional.
In `interface Config { url: string; timeout?: number; }`, what does the `?` on timeout mean?