object? function:

  • Can also be called as map?

  • Can also be called as hash?

return true if the argument is an object.

Examples:

  • running: (object? [1, 2, 3, 4]) will give: false

  • running: (object? {"key": 12}) will give: true