I recently started working with jQuery and was wondering how I would iterate through a collection (an array or list of items) of items and sum their contents.
Does jQuery have something like a for-loop like many other languages do?
Would there be an easy way to implement this - if this isn't easily do-able?