const [first, second, third] = ["a", "b", "c", "d", "e", "f", "g", "h"]; console.log(first); console.log(second); console.log(third);