You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// An array is a special variable that can hold many values under a single name, and you can access the values by referring to an index number or name.
// Indexed Arrays :-
// In indexed arrays each item has an index number.
// By default, the first item has index 0, the second item has item 1, etc.