en
programming-languages
destructuring
A.k.a unpacking.
const [foo, bar] = getResult();
foo, bar = getResult()