We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d42809 commit 83f4adaCopy full SHA for 83f4ada
README.md
@@ -7,7 +7,7 @@ To see it by yourself, please check how many time you need to find out what is d
7
8
```javascript
9
// Given an Array of objects representing persons, called 'peopleArray'
10
-var result = peopleArray
+peopleArray
11
.Where({ age: Between(18,70), gender: 'M'})
12
.Sort({ lastName: Sort.AscendingIgnoringCase})
13
.RunEach(function(item, i) {
0 commit comments