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
The promisify function (Chapter04/01_promisify.js) contains a reference to the arguments variable in the callback which happens to be an arrow function (with lexical arguments).
Please find attached a test which demonstrates the problem.
The promisify function (Chapter04/01_promisify.js) contains a reference to the
arguments
variable in the callback which happens to be an arrow function (with lexicalarguments
).Please find attached a test which demonstrates the problem.
Thank you.
test.js.txt
The text was updated successfully, but these errors were encountered: