I wonder how these functions compare to combinations of javascript logic operands like && and ||
&&
||
Those would work, as well! I was trying to get closer to the actual hardware implementation of logic gates, but they’re equivalent.
I wonder how these functions compare to combinations of javascript logic operands like
&&
and||
Those would work, as well! I was trying to get closer to the actual hardware implementation of logic gates, but they’re equivalent.