Skip to content

Commit f2f524c

Browse files
authored
Update README.md
1 parent d66c7ff commit f2f524c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Sorting-an-Array-of-Objects
2-
This is a helper function that sorts an array of objects.
1+
# sortArrayOfObjects
2+
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)