Skip to content

An in-depth tutorial on Boolean Algebra and how to express Boolean logic using JavaScript.

Notifications You must be signed in to change notification settings

ChristopherAndrewTopalian/CATopalian_JavaScript_Boolean_Algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

CATopalian JavaScript Boolean Algebra

An in-depth tutorial on Boolean Algebra and how to express Boolean logic using JavaScript.


Complement

A + !A = 1


Null

A * !A = 0


Idempotent

A + A = A

A * A = A


Identity

A + 0 = A

A * 1 = A


Domination

A + 1 = 1

A * 0 = 0


How to Download this App

  1. Click the green Code Button on this github page
  2. Choose Download ZIP
  3. Save the Zip File
  4. Extract All
  5. Double click the HTML file to start the App

Happy Scripting :-)

About

An in-depth tutorial on Boolean Algebra and how to express Boolean logic using JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published