NPNithya Prakashinwhoisnp.hashnode.dev·Aug 1, 2020 · 1 min readNew JavaScript Features in ES2020BIGINT: Developers have much greater integer representaion in their JS code for data processing for data handling PROMISE.ALLSETTLED: Accepts an array of Promises and only resolves when all of them are settled-either resolved or rejecte...00