AdPushup interview question

Asked to write polyfill for Array reduce method and promise.all

Interview Answer

Anonymous

9 Jun 2021

I gave implementations for both. used for each method to reduce polyfill and Promise.all implementation is also simple if your promise concepts are clear.