Array in JavaScript
Sep 15, 2022 · 4 min read · what is array? -array is collection of mixed values, such as string, number, boolean... etc -array is an object that can store multiple values at once. -The array name must be a unique symbolic name. specialty of array: -array is dynamic in size and ...
NAl commented

