I know one way to create consecutive zeros by using for loop and push method but I wonder whether there is method to create array containing consecutive zeros or number type.
looks like this Array = [0,0,0......,0] or [Numbertype, Numbertype, Numbertype,....,Numbertype]