how can i create an empty array fill with 0 in javascript 3f

Solutions on MaxInterview for how can i create an empty array fill with 0 in javascript 3f by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "how can i create an empty array fill with 0 in javascript 3f"
Fantine
09 Aug 2019
1new Array(len).fill(0);