During my exploration of an Angular 4 tutorial, I stumbled upon a different approach to handling parameters in functions.
onValueChange(data?: any)
I am curious about the purpose and functionality of the ?
symbol here. Can you explain its significance to me?