Return a new array of given shape and type, filled with zeros.
Shape of the new array, e.g., [2, 3] or 2.
Optional
Defaut is "array". The type of the output array. E.g., 'uint8' or Uint8Array.
Return a new array of given shape and type, filled with zeros.