jquery / learn.jquery.com

jQuery Learning Center web site content
https://learn.jquery.com
Other
924 stars 484 forks source link

Don't say that callbacks execute only at the end of the parent #790

Closed UmanShahzad closed 4 years ago

UmanShahzad commented 5 years ago

That's misleading because they can be executed anywhere in the parent, even multiple times (indeed functions accepting "callbacks" that operate on array items will call the function on each iteration).

Simplify the wording here to explain only that the parent function can call it, without all the extra stuff which convolutes the definition.

jsf-clabot commented 5 years ago

CLA assistant check
All committers have signed the CLA.