link to stackblitz
If I understand destructing properly, doing const [{ text }] = values; will hold the first value which gives me the first values correctl
const [{ text }] = values;