const newData = data.filter(function(price){ return price.label == "GBP" }). This assigns the value of newData to the new array that contains only the ...
確定! 回上一頁