```
You can call these functions from anywhere in the script tag.
For example, the following code calls the `add` function to add two numbers:
```javascript
var result = add(5, 10);