SOURCE

let arr = [
    {
        "amount": 0,
        "times": 0,
        "currency": "USD"
    },
    {
        "amount": 0,
        "times": 0,
        "currency": "THB"
    },
    {
        "amount": 3000000000000,
        "times": 1,
        "currency": "IDR"
    },
    {
        "amount": 0,
        "times": 0,
        "currency": "VND"
    },
    {
        "currency": "BRL",
        "times": "",
        "amount": ""
    }
]

let arr2 = [
    {
        "currency": "USD",
        "times": "",
        "amount": ""
    },
    {
        "currency": "THB",
        "times": "",
        "amount": ""
    },
    {
        "currency": "IDR",
        "times": "",
        "amount": ""
    },
    {
        "currency": "VND",
        "times": "",
        "amount": ""
    },
    {
        "currency": "BRL",
        "times": "",
        "amount": ""
    }
]

let arr3 = [
    {
        "amount": 0,
        "times": 0,
        "currency": "USD"
    },
    {
        "amount": 0,
        "times": 0,
        "currency": "THB"
    },
    {
        "amount": 3000000000000,
        "times": 1,
        "currency": "IDR"
    },
    {
        "amount": 0,
        "times": 0,
        "currency": "VND"
    },
    {
        "currency": "BRL",
        "times": "",
        "amount": ""
    }
]
console 命令行工具 X clear

                    
>
console