'0' && ('0' == false)
// true
We’ll just have to agree to disagree, javascript.
{: .space}
Update: this is what I mean by “truthy” and “falsy”:
function truthy(x) { return !!x; };
function falsy(x) { return !x; };
'0' && ('0' == false)
// true
We’ll just have to agree to disagree, javascript.
{: .space}
Update: this is what I mean by “truthy” and “falsy”:
function truthy(x) { return !!x; };
function falsy(x) { return !x; };
P.O. Box 961436
Boston, MA 02196
Comments
We moved off of Disqus for data privacy and consent concerns, and are currently searching for a new commenting tool.