Media Summary: Could you write your own all() ? which should works the same as promisify() is some old topic and this problem is very easy. An interesting JavaScript problem , which might be useful in real world web applications. Have a try at
Bfe Dev 32 Implement Promise All Jser Front End Interview Questions - Detailed Analysis & Overview
Could you write your own all() ? which should works the same as promisify() is some old topic and this problem is very easy. An interesting JavaScript problem , which might be useful in real world web applications. Have a try at A little trickier than I thought, need to pay attention to the trailing bracket and empty path case. Have a try at