Repo Added
31 Jan 2019 09:07PM UTC
|
Total Files
8
|
# Builds
1432
Last
|
Badge
README BADGES
|
push
travis-ci-com
3354 of 4515 relevant lines covered (74.29%)
244.96 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Coverage | Commit | Committer | Type | Time | Via |
---|---|---|---|---|---|---|---|
1271 | find-shortcut |
74.29 |
array.diff(other_array) Computes the difference between 2 arrays (elements that are only on either of the 2): ```bash [1, 2, 3].diff([]) # [1, 2, 3] [1, 2, 3].diff([3]) # [1, 2] [1, 2, 3].diff([3, 1]) # [2] [1, 2, 3].diff([1, 2, 3, 4]) # [4] ``` | push | 27 Mar 2020 12:48AM UTC | travis-ci-com | |
1264 | find-shortcut |
74.03 |
shortand syntax for array.find(...) A shorthand syntax supports passing a hash and comparing elements to the given hash: ```bash [null, {"key": "val", "test": 123}].find({"key": "val"}) # {"key": "val", "test": 123} ``` | Pull #343 | 27 Mar 2020 12:18AM UTC | travis-ci-com | |
1263 | find-shortcut |
74.03 |
shortand syntax for array.find(...) A shorthand syntax supports passing a hash and comparing elements to the given hash: ```bash [null, {"key": "val", "test": 123}].find({"key": "val"}) # {"key": "val", "test": 123} ``` | push | 27 Mar 2020 12:16AM UTC | travis-ci-com |