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
{{ message }}
This repository was archived by the owner on Nov 28, 2018. It is now read-only.
Would it be possible to allow async/await in map function? So that instead of passing a callback into map we could simply throw an error or return a value or return undefined to filter things out? This would help the code to be easier to write and read.
Would it be possible to allow async/await in map function? So that instead of passing a callback into map we could simply throw an error or return a value or return undefined to filter things out? This would help the code to be easier to write and read.