Lessons: 13Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.5 Adding Query Operators

We built the find method in the last lesson, but let’s add some more functionality to it. Instead of just searching for records by their values, we want to be able to search by running functions on those values. This will be done through query operators.