Promise output based question in javascript

Описание к видео Promise output based question in javascript

"resolve" doesn't make synchronous code asynchronous. Calling resolve doesn't magically make the code before it asynchronous. It just signals that the promise has been fulfilled with the given value.

- resolve is called, which schedules the promise's fulfillment as a microtask.

#coding #frontenddeveloper #programming #javascript

Комментарии

Информация по комментариям в разработке