Answers for "how to create an array of specific length in javascript"

0

how to create an array of specific length in javascript

const array = new Array(3).fill(0)
Posted by: Guest on July-18-2021

Code answers related to "how to create an array of specific length in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language