let [...first10] = fibonacci(10); console.log(first10); // [0, 1, 1, 2, 3, 5, 8, 13, 21, 34]