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
delay(3000).then(() =>alert('runs after 3 seconds'));
6
+
delay(3000).then(() =>alert('بعد از 3 ثانیه اجرا میشود'));
7
7
```
8
8
9
-
Please note that in this task `resolve`is called without arguments. We don't return any value from `delay`, just ensure the delay.
9
+
لطفاً توجه داشته باشید که در این کار `resolve`بدون آرگومان فراخوانی میشود. ما هیچ مقداری را از `delay` بر نمیگردانیم، فقط از تاخیر اطمینان حاصل کنید.
0 commit comments