7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
() => {
|
|
var _ref = [1, 2];
|
|
a = _ref[0];
|
|
b = _ref[1];
|
|
return _ref;
|
|
};
|