File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
585
585
< p id ="findWhere ">
586
586
< b class ="header "> findWhere</ b > < code > _.findWhere(list, properties)</ code >
587
587
< br />
588
- Looks through the < b > list</ b > and returns the < i > first</ i > value that matches
588
+ Looks through the < b > list</ b > and returns the < i > first</ i > value that < a href =" # matches" > matches </ a >
589
589
all of the key-value pairs listed in < b > properties</ b > .
590
590
</ p >
591
591
< p >
@@ -604,7 +604,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
604
604
< b class ="header "> where</ b > < code > _.where(list, properties)</ code >
605
605
< br />
606
606
Looks through each value in the < b > list</ b > , returning an array of all
607
- the values that contain all of the key-value pairs listed in < b > properties</ b > .
607
+ the values that < a href =" #matches " > matches </ a > the key-value pairs listed in < b > properties</ b > .
608
608
</ p >
609
609
< pre >
610
610
_.where(listOfPlays, {author: "Shakespeare", year: 1611});
You can’t perform that action at this time.
0 commit comments