let mutableObject = {}; for( ...loop over wtv...) { const res = await someAsyncFunc(); if(!mutable[res.someKey]) { mutable[res.someKey] = {} } mutable[