How would you add the values of an array using Javascript on the results of a API query?
How would you add the values of an array using Javascript on the results of a API query?
You could use the Success event to get the data returned by a service. Then, use JavaScript to manipulate the data in any way you need.