function createObjectWrite() { const assignment = `obj[${JSON.stringify(key)}]=42`; return `(function(){${assignment}})` // NOT OK }