We're a place where coders share, stay up-to-date and grow their careers.
could you provide some feedback on this that demonstrates this is a memory leak?
What happens when we pass a "callback" to an Array.prototype.filter|map|reduce ?
What happens when we use libraries like lodash|lodash FP|Rambda and most of the frameworks we use that jump into callbacks from callbacks?
how do they handle those memory leaks? or do they not?
Comment from a deleted article or podcast
could you provide some feedback on this that demonstrates this is a memory leak?
What happens when we pass a "callback" to an Array.prototype.filter|map|reduce ?
What happens when we use libraries like lodash|lodash FP|Rambda and most of the frameworks we use that jump into callbacks from callbacks?
how do they handle those memory leaks? or do they not?