I am looking for an explanation of the difference between $.each
and the each
method.
My simplistic understanding is that $.each
is used when iterating over a string, such as a Json and each()
when iterating over an object; however since I am self-learning that could be completely wrong.