An in-depth tutorial on Boolean Algebra and how to express Boolean logic using JavaScript.
A · (B + C) = (A · B) + (A · C)
A + (B · C) = (A + B) · (A + C))
(A·B) + (!A·C) + (B·C) = (A·B) + (!A·C)
- Click the green Code Button on this github page
- Choose Download ZIP
- Save the Zip File
- Extract All
- Double click the HTML file to start the App
Happy Scripting :-)