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
// -> If you use the `typeof` operator to check the datatype of array. You will see that it will show the object type. But in JavaScript normally it known as array. Because of array is object-type you can have objects in an Array. You can have functions in an Array. You can have arrays in an Array.