Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How is this operation called in JavaScript
Asked
Mar 14 '18 at 12:25
Active
Mar 14 '18 at 12:25
Viewed
42 times
0
[a,,b] = [1,2,3]
I can't seem to find anything about it on MDN, google was not very helpful either.
javascript
babeljs
asked Mar 14 '18 at 12:25
ProNOOB
504
2
14
9
it is called: [destructuring assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment)
–
Nina Scholz
Mar 14 '18 at 12:26
Yes, it is the thing, tanks
–
ProNOOB
Mar 14 '18 at 12:28
0 Answers
0