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
// Q. Write a function arraysAreEqual that takes two arrays arr1 and arr2 as input returns true if the arryas are euqal (i.e, contain the same elemets in the same order), and false otherwise.