g.js — graphical objects for JavaScript

andand

Perform the logical AND operation.

The AND operation returns true if both inputs are true:

g.and(true, true);

See Also

  • or: Logical OR operation.
  • xor: Logical XOR operation.
  • not: Logical NOT operation.