This.tgArr = jgarr.content [0]; how to change this with array deconstruction?

this.tgArr = jgarr.content[0];
Aug.13,2021

[this.tgArr] = jgarr.content
Menu