Comment on Is jQuery still the go-to JS helper library?

<- View Parent
realharo@lemm.ee ⁨11⁩ ⁨months⁩ ago

But why bother with creating a new language, and duplicating all the features your language already has, in a weird way?

If I want a list of items based on an array, I can just do items.map(item => ), using the normal map function that’s already part of the language.

Or I can use a function, e.g. items.map(item => renderItem(item, otherData)) etc.

source
Sort:hotnewtop