Safi

Results 2 issues of Safi

``` const rand = flashcard.findRandom().limit(1).exec(function (err, flashcard) { console.log(flashcard); }); ``` This is how I am using the .findRandom() function, but I get an error stating that it's not a...