menu
If you need to create an initial array with default values and specific length you can use:
arr = new Array(3).fill(0)