I am working on my first project using Meteor, and am having some difficulty with sorting.
I have a form where users enter aphorisms that are then displayed in a list. Currently the most recent aphorisms automatically display at the …
I'm building an app using meteor.js and MongoDB and I have a question about cursor.forEach().
I want to check some conditions in the beginning of each forEach iteration and then skip the element if I don't have to …