I have a call to an API, in which I recover several data.
I just want to show some of the fields, so I have created an array with the fields I want to show:
var CamposAPI = ['a','b','c','d','e','f'];
var campo = CamposAPI[i]; (está dentro d...
asked by
10.10.2016 / 17:54