As I have no idea how to solve the problem at Ticket: Projection, I guess the course is for people who have mastered OOP in JavaScript only. (You have to know “try” and “catch” for the Ticket, which I never know before)
Based on what is covered in the previous courses (i.e. M001, M130, M121), we are expected to know the MQL command such as:
db.movies.findOne({ countries: { $in: countries } })
Yet you can’t expect to solve the problem just by plugging in the MQL command into the requires .js file
I was into MongoDB because MQL is much easier than other languages (i.e. Java, Python, JavaScript) and thought I can be a MongoDB developer instead w/o those languages. So you have to know another language if you want to be a MongoDB Developer.
Comments?