akkch/jsAction
calculator to test javascript actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| firstNumber | The first number to add | yes | 0 |
| secondNumber | The second number to add | yes | 0 |
Outputs
| name | description |
|---|---|
| result | The sum of the two numbers |