Skip to content

Commit 2f364da

Browse files
authored
Update README.md
1 parent f2f524c commit 2f364da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# sortArrayOfObjects
1+
# sortArrayOfObjects(arrayOfObjects, property)
22
This is a helper function that sorts an array of objects. It does this by using the property passed as an argument to sort the objects in the array. If successful, returns the sorted array of objects, else the original array is returned.

0 commit comments

Comments
 (0)