g.js — graphical objects for JavaScript

addadd

Add two numbers.

g.add(5, 3);

Parameters

  • a: The first number.
  • b: The second number.

See Also