Last active
August 29, 2015 14:19
-
-
Save 0liver/1e13ec4a02444a657974 to your computer and use it in GitHub Desktop.
Getting to grips with lodash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var missingCpsInside = _.filter(result.campsiteInside, function(cp) { | |
// using the `_.matchesProperty` callback shorthand | |
return !_.any(currentHitMarkers, 'id', cp.id); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment