void ↔ Type to rep no return value from function
!technically default JS implicitly returns undefined
!techincally not allowed to annotate return type as undefined unless empty return statement
void used to Type Annotation for function that always return undefined
References
use ": [**_void_**](void)" for functions that↔ should returnnull/undefined