mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 11:08:35 +00:00
369 B
369 B
Strictness and comparisons
All comparisons in collect.js
are done using strict equality. Using loose equality comparisons are generally frowned upon in JavaScript. Laravel only performs "loose" comparisons by default and offer several "strict" comparison methods. These methods have not been implemented in collect.js
because all methods are strict by default.