I get the data; each given data [i] looks like this, but how can we get, for example, a separate 30 or 28, that is, data in the data after the comma?
[ 1517850000000, '30', '31', '28', '29', '50', 1517853599999, '5001', 400, '40', '20', '0' ] I get the data; each given data [i] looks like this, but how can we get, for example, a separate 30 or 28, that is, data in the data after the comma?
[ 1517850000000, '30', '31', '28', '29', '50', 1517853599999, '5001', 400, '40', '20', '0' ] Source: https://ru.stackoverflow.com/questions/780711/
All Articles