[one, two, three] = [1, 2, 3]
[a, b] = (function() {return [1, 2];})()