Skip to content

array

Posted on:June 5, 2023 at 04:54 AM

Array(100).map(x => 1)

Array(100).fill(1) should be right;