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
// Write a function uniqueElements(arr) that takes an array of numbers as input and returns a new array containing only the unique elements from the input array. The order of the unique elements in the output array should match their first appearance in the input array.