Skip to content

Commit 2e2a395

Browse files
Small fix on the readme.
1 parent 223090e commit 2e2a395

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ const uniqueNames = getUniqueValues(arrayOfObjects, "name")
6060

6161
## Functions
6262

63-
### getUniqueValues(arrayOfObjects, propertyName)
63+
### 1) getUniqueValues(arrayOfObjects, propertyName)
6464

6565
This function returns an array containing only the unique values of a specific property in the objects. It accepts as parameters first the ArrayOfObjects and second - a string of the property name.
6666

67-
### findFirstOneMatching(arrayOfObjects, propertyName, propertyValue)
67+
### 2) findFirstOneMatching(arrayOfObjects, propertyName, propertyValue)
6868

69-
### findLastOneMatching(arrayOfObjects, propertyName, propertyValue)
69+
### 3) findLastOneMatching(arrayOfObjects, propertyName, propertyValue)
7070

71-
### findAllMatching(arrayOfObjects, propertyName, propertyValue)
71+
### 4) findAllMatching(arrayOfObjects, propertyName, propertyValue)
7272

73-
### removeFirstOneMatching(arrayOfObjects, propertyName, propertyValue)
73+
### 5) removeFirstOneMatching(arrayOfObjects, propertyName, propertyValue)
7474

75-
### removeLastOneMatching(arrayOfObjects, propertyName, propertyValue)
75+
### 6) removeLastOneMatching(arrayOfObjects, propertyName, propertyValue)
7676

77-
### removeAllMatching(arrayOfObjects, propertyName, propertyValue)
77+
### 7) removeAllMatching(arrayOfObjects, propertyName, propertyValue)
7878

7979
## Contribution
8080

0 commit comments

Comments
 (0)