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
{{ message }}
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
I absolutely love this API. I have a question, however.
Let's say the contents of my collection after some manipulation is an array of objects with this signature :
{
name: String,
eLearning: String
}
How would I filter out the dublicate objects? - e.g. objects with the exact name value and exact same eLearning value as an object already in the array?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I absolutely love this API. I have a question, however.
Let's say the contents of my collection after some manipulation is an array of objects with this signature :
How would I filter out the dublicate objects? - e.g. objects with the exact name value and exact same eLearning value as an object already in the array?
The text was updated successfully, but these errors were encountered: