Array Method
Dec 18, 2022 · 2 min read · What is An Array? The array is a collection of similar data types. For example, if I want to store any number or name so we can store it easily in our memory. First of all, we have to create an array like let names =["Tanvi", "Vishali", "Priyanka"] c...
Join discussion



