You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function all that accepts two promises as arguments.
should be :
Create a function all that accepts two promises as arguments. These two promises exist for you globally and return random string values.
Create an internal promise in whatever way you see fit.
Whats an "internal promise" ? I guess you mean : within the all function, create a new promise. (and return it)
When the counter reaches 2, fulfil the internal promise with an array
containing both values.
Which two values? We only know about the counter value so far.
The text was updated successfully, but these errors were encountered:
should be :
Whats an "internal promise" ? I guess you mean :
within the
all function, create a new promise. (and return it)
The text was updated successfully, but these errors were encountered: