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
Current:
// Exercise 83
// Write a function definition named getUniqueValues that takes in an array and returns an with only the unique values from that array.
Change: "returns an array"
New: // Write a function definition named getUniqueValues that takes in an array and returns an array with only the unique values from that array.
The text was updated successfully, but these errors were encountered:
Current:
// Exercise 83
// Write a function definition named getUniqueValues that takes in an array and returns an with only the unique values from that array.
Change: "returns an array"
New: // Write a function definition named getUniqueValues that takes in an array and returns an array with only the unique values from that array.
The text was updated successfully, but these errors were encountered: