Added methods on the Object global object.
Optional
Checked key lookup. Returns None if a key isn't present. Returns a Some if the key is present, even if the value is undefined.
undefined
Create a new object by mapping an existing object's Object.entries through a function.
Object.entries
Added methods on the Object global object.