const user = ["klaas", "Börgmann"]; const [first, last] = user; console.log(first);