- • false could only be used as part of a union (i.e. string|false)
- • But not as null|false and had to use null|bool
- • You could not use null standalone, even though it's a narrower type:
void means: Does not return anything
null means: Does return the null value