2018-01-09 15:36:42 +01:00

7 lines
96 B
JavaScript

(function () {
let q;
let w;
let e;
if (true) [q, w, e] = [1, 2, 3].map(()=>123);
})();