g.js
— graphical objects for JavaScript
Home
Get Started
Reference
About
Get started
Installation
Quick Start
Guides
Vector Graphics
Imaging
Geometry
Color
Lists
Math
Data
String
Animation
add
Add two numbers.
g.add(5, 3);
Parameters
a
: The first number.
b
: The second number.
See Also
subtract
: Subtract two numbers.
Related Guides
Math