Introduction
Nil means there is no value. It shows something is empty or missing.
When you want to say a variable has no value yet.
When a function might not return a value.
When you want to clear a value from a variable.
When you want to check if something exists or not.
When working with optional values that can be empty.