RinatValiullov/100DaysOfCode

Two outputs of `finally` method

RinatValiullov opened this issue · 0 comments

If we swap lines 52 and 53, we will get two outputs of the finally method:

reject("Some error");
resolve(2);