I would like to learn how to get hold of the property name in the Proxy wrapper:
Proxy
const target = { key1: \'val1\' }; const handler = { get: f