A8Func
The a8func allows you to deploy "Custom" logics to your application with incredible ease.
a8func
Accesses your custom functions created in the A8Studio.
- Method
- Usage
a8func.functionName(parameters)
/* A custom function named "sumOfArayElements", that accepts an array of elements (98, 76, 89, and 100)
as "input" and returns the "Sum" value of these elements as an "output".*/
await a8func.sumOfArrayElements([98,76,89,100])