If you come from traditional, strongly typed languages you might be familiar with the concept
of void
: A type telling you that functions and methods return nothing when called.
↧
void in JavaScript and TypeScript
↧