nil represents a lack of value. It’s type is Nil:
nil
Nil
val = nil p! val, typeof(val)
#OUTPUT: val # => nil typeof(val) # => Nil