Methods
add(numA, numB) → {number}
Get add operation of two numbers.
Parameters:
| Name | Type | Description |
|---|---|---|
numA |
number | The first numeric operand |
numB |
number | The second numeric operand |
Returns:
Sum of numA and numB
- Type
- number