Skip to content

Instantly share code, notes, and snippets.

View tripdragon's full-sized avatar
🔭

tripdragon

🔭
  • sa~
  • sa~
View GitHub Profile
@tripdragon
tripdragon / logicgates.js
Created October 8, 2023 17:55
javascript logic gates
// simple good readable source
// https://www.codeproject.com/Articles/237465/Understanding-Logic-Gates
// docs
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_AND
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators
const lgates = {
// AND : true when both inputs are true