Hello - I seem to remember reading some info online about issues with nested each loops in jquery.
For example, continuing/breaking from an inner loop will actually take that action on the outer loop.
Do I correctly understand this constraint/dependency? Or are there recommended steps that I should take to avoid these types of issues with nested each constructs in jquery?