filter Value use Map

PHOTO EMBED

Wed Mar 09 2022 03:31:11 GMT+0000 (Coordinated Universal Time)

Saved by @GodFather #javascript

const filterAlocation = amountAlocation.map(item => {
    return parseInt(item.amount);
});

            
content_copyCOPY