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.
Maybe we wouldn't need external libraries to do basic things if JavaScript had a standard library
What is this crazy talk??
The thing you want from jQuery was added to all browsers in 2018.
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.