Allow for some syntax like the following. ``` js obj.get('foo', { ignoreCase: true }); obj.set('foo', 'bar', { ignoreCase: true }); ```