Echo JS 0.11.0

<~>
monotype 2903 days ago. link 1 point
No reason to use === in cases like name == 'joe' or someList.length == MAX_LENGTH

Replies

ilyavf 2897 days ago. link 1 point
Why would you recommend this? There is a whole bunch of logic being invoked when you use non-strict comparison, so performance is one of the reasons.