JSFiddle - React, Tailwind, and code Playground
by Shang-De You
JavaScript
let year = Array(10).fill().map((value, index) => index + 1);
console.log(year)
by Shang-De You
let year = Array(10).fill().map((value, index) => index + 1);
console.log(year)