underscore
Manipulate collections, arrays, object
Here is the documentation of this library to manipulate the arrays and the collections. It will be accessible with the variable _
const a320s = _.where(FW.getFwots(), {type:'A320'});
Last updated
Was this helpful?