Réponse

1 called “executor function”,

Explication

A Promise’s constructor takes as its argument a function, called the “executor function”, as a single parameter.

Question

How many parameters does a Promise constructor take?

Thématique