var tops = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144]; for (let i = 0; i < tops.length; i++) { document.write(tops[i] + "tops"); }