Aug 25, 2017 · 1 min read
Finding a few typos:
#5, the anonymous functions in the declarations are missing closing braces.
#6, the call to Promise.all() doesn’t work because of the semicolons instead of commas in the array argument.
Finding a few typos:
#5, the anonymous functions in the declarations are missing closing braces.
#6, the call to Promise.all() doesn’t work because of the semicolons instead of commas in the array argument.