We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90af9d commit 86c754cCopy full SHA for 86c754c
destructuring/README.md
@@ -13,7 +13,7 @@ let f = () => {
13
return [1,2];
14
}
15
16
-[a.b] = f();
+let [a.b] = f();
17
// variable a now equals 1 and variable equals 2
18
```
19
0 commit comments