Methods
add(a, b)
Add two numbers together
Parameters:
Name | Type | Description |
---|---|---|
a |
number | the first number |
b |
string | the second number |
Returns:
the sum of `a` and `b`
Example
```js
add(3, 4); // 7
```
drive() → {string}
Drive the vehicle
- Source:
Returns:
- Type
- string