SKSantosh Kumar Vermainitssantoshbhai.hashnode.dev·Sep 3, 2022 · 2 min readArray in Java-ScriptWhat is ARRAY? In JavaScript, array is a single variable that is used to store different elements. It is often used when we want to store list of elements and access them by a single variable. Array declaration We can declare an array in two ways 1- ...00