Revisit use of Arrary.from().map()
#247
Labels
cleanup
This doesn't seem right, refactor, etc
library
For libraries
linkedin-tool
For the LinkedIn Tool userscript
It turns out that
Array.from()
takes a mapping function, so we should use that and remove the unnecessary intermediate array.Alas, we cannot do similar for filter().
The text was updated successfully, but these errors were encountered: