We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df4b7f commit 4e1cb4aCopy full SHA for 4e1cb4a
index.html
@@ -2541,6 +2541,12 @@ <h2 id="changelog">Change Log</h2>
2541
<tt>_.bindAll</tt> to return <tt>undefined</tt> instead of the
2542
bound object.
2543
</li>
2544
+ <li>
2545
+ Adds notes to the documentation to emphasize that
2546
+ Underscore’s order-sensitive functions use the builtin
2547
+ <tt><</tt> operator, which requires that the operands can be
2548
+ meaningfully coerced to string or number.
2549
+ </li>
2550
<li>
2551
Adds a clarification to the documentation that <tt>_.isEmpty</tt>
2552
is meant to be called with a collection and is unfit for validating
0 commit comments