Fixed destructing example value
```var scores = [22, 33] var [math = 50, sci = 50, arts = 50] = scores ``` In the end, sci is equal to 33 (and not 23) :)
This commit is contained in:
parent
15b41590f3
commit
d458de7f5e
Loading…
Reference in New Issue