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 JavaScript function to count the occurances of each element in an array and store the counts in an object. THe keys of object should represent the elemnts of the array, and the values should represent the number of times each element appears in the array.