De Morgan's Laws
!(p && q)
is the same as !p || !q
!(p || q)
is the same as !p && !q
Written by Sean Moubry
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#logic
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#