Introduction
Nil means there is no value or nothing there. It helps us show when something is empty or missing.
When you want to say a variable has no value yet.
When a method does not return anything meaningful.
When you want to check if something is missing or empty.
When you want to reset a variable to have no value.