699
Node Modules
(lemmy.ml)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I'm currently on a crusade against lodash where I work.
I dunno. If it makes everything Array-like act like a goddamn Array, I'm tempted to start using it.
'What do you mean you can't .map a Set? It's iterable! Figure it out!'
You can though?
mySet.values().map(mappingFunc)
will create a new iterator transformed by the mapping function.