You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can we reduce typing and just use zero e.g: return callback(0, result); ? (I don't know, I'm asking!)
of should we stop using falsinesshttps://developer.mozilla.org/en-US/docs/Glossary/Falsy ...?
what should we be doing?
The text was updated successfully, but these errors were encountered:
should we setting values to
null
orundefined
?null
: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/nullundefined
: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/undefinedcan we reduce typing and just use zero e.g:
return callback(0, result);
? (I don't know, I'm asking!)of should we stop using
falsiness
https://developer.mozilla.org/en-US/docs/Glossary/Falsy ...?what should we be doing?
The text was updated successfully, but these errors were encountered: