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
It is sometimes convenient to use double negation.
For instance, sometimes you have numeric property and you want other element to have active property if only number is non-zero, in this case double negation is useful in order to pass boolean value instead of numeric:
We're not very interested in expanding the vocabulary of expressions right now.
You can always make a computed function that applies a boolean pass over the input:
It is sometimes convenient to use double negation.
For instance, sometimes you have numeric property and you want other element to have
active
property if only number is non-zero, in this case double negation is useful in order to pass boolean value instead of numeric:It is much nicer to have just
attr
instead ofattr="5"
.Probably, related to #2182, but I'm not sure.
The text was updated successfully, but these errors were encountered: