empty? function:

  • Can also be called as nothing?

return true if the argument is nothing.

Examples:

  • running: (empty? "one") will give: false

  • running: (empty? .key) for input: {} will give: true