Attempting to retrieve information from an API, but encountering an issue due to a numeric property name. The method for accessing the data is as follows:
Success:
data[i].price_usd
Unsuccessful Attempt:
data[i].24h_volume_usd
Have experimented with this solution without success.
Tried this approach as well:
var twentyfour_volume_usd = "24h_volume_usd";
data[i].twentyfour_volume_usd