Empty Map Has Key Property

An empty map does not contain any key. More formally,

map [ ] contains key key = False

Examples

map [ ] contains key "TX" = False

map [ ] contains key "EST" = False

map [ ] contains key 12 = False

Quiz (1 point)

Please fill in the blank:

(map [ ] contains key "name") = ______

Become a subscriber to save your progress, see the correct answer, and more!

Comments

Please log in to add comments