Maps (also known as dictionaries or objects) have specific built-in methods for extraction and checks.
key)Extract all keys from a map into an array.
val)Extract all values from a map into an array.
has)Check if a specific key exists within a map. Returns a boolean.
len)Get the number of key-value pairs in a map.