JavaScript Arrays Explained: Everything You Need to Know
Array is special type of object that is used to store similar kind of in a single variable
We can create an array in two ways by using literal and also by the help of new Array
wee can use the difference between these two usage
int arr=[9] <script>
...
vaishnavidevdiary.hashnode.dev1 min read