Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow async/await in map #114
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rightaway commentedOct 21, 2018
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.