RBC Interview Question

Technical question: JavaScript, "if you were given two promises how would you handle them simultaneously without handling one at a time?"

Interview Answer

Anonymous

May 5, 2019

Using promise.all

2