//хочу компактно, как-то так let obj={} [obj.a,obj.b]=['1','2']
let obj={}; [obj.a,obj.b]=['1','2']; console.log(obj);