Why not es6 named destructuring. val { d, e, f } ...
# random
a
Why not es6 named destructuring. val { d, e, f } = this.a; Where a has properties on the object. So much safer