- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
hi.
What am doing wrong.
I try many way but its return all way error in console log.
Am try get a list of all Event have spécific name in the the $dataMap.events[x]._name
What am do bad ?
How to do this ?
Var NumGalaxi = $dataMap.events.filter(function(event) {
return event._name.includes('soleil');
});
Tanks
What am doing wrong.
I try many way but its return all way error in console log.
Am try get a list of all Event have spécific name in the the $dataMap.events[x]._name
What am do bad ?
How to do this ?
Var NumGalaxi = $dataMap.events.filter(function(event) {
return event._name.includes('soleil');
});
Tanks
