Stoddard
2011-02-23, 12:39 PM
Is it easy to learn Boolean logic? What's a good place to go to find out more on this topic?
suwunk
2011-02-23, 08:47 PM
Boolean logic is something used in most programming languages, including JavaScript. It's very useful to know at least a little bit about it. In JavaScript, you mostly need it in if() statements.
JavaScript - Boolean logic (http://www.quirksmode.org/js/boolean.html)