Optional
Term side of the Card
Topic: Syntax
Unit title: Optional
Categories: Operator
Explanation side of the Card
Explanation: The operator `?` that marks properties or parameters as optional. It allows defining properties that may or may not be present in an object, helping prevent errors when handling potentially undefined values.