Returns the value for the key, or defaultValue when key is missing.
| map |
the source map. |
| key |
the key to look up. |
| defaultValue |
fallback value for missing key. |
|
the mapped value or fallback. |