Chapter 7 Mongo DB command line exercise typo
Closed this issue · 1 comments
dcandela commented
In the Mongo command line Java Script exercise,
"var clubs = []"
should be
"var cards = []"
or
later
"cards.push (...)"
should be
"clubs.push (...)"
semmypurewal commented
Thanks, Dan! This was reported a few weeks ago and is already listed among the errata here:
Thanks so much for the feedback, though, and keep them coming if you hit any other problems. :)