Posts by Christopher William Buscoski S • 13 points
1 post
-
0
votes1
answer166
viewsQ: Is it possible to disrupt an object inside another object?
I know it’s possible to do this with arrays, type one array thus const array = [[['teste']]] const [[[variavel]]] = array variavel // => 'teste' there is some way to do something similar to…