STB/html/assets/scripts/app.js

5 lines
86 B
JavaScript

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