of data.active_symbols){
markets.push(value.symbol)
symbols.push(value.market)
Submarkets.push(value.submarket)
}
yeah the (value.symbo) and other arguman that u pass to push function are the data do like this
for(let value of data.active_symbols){ if( -1 === markets.indexOf(value.symbol) ){ markets.push(value.symbol) } }
Обсуждают сегодня