Skip to content

Commit 9e0ee07

Browse files
authored
Merge pull request #1212 from dryanmas/master
Removed sort
2 parents 08c63b2 + 7e724b1 commit 9e0ee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/objects-arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const graduates = [
5050

5151
/* Request 1: Create a new array called universities that contains all the universities in the graduates array. This will be an array of strings.
5252
53-
Once you have the new array created, sort the universities alphabetically and log the result. */
53+
Once you have the new array created, log the result. */
5454
const universities = [];
5555
console.log(universities);
5656

0 commit comments

Comments
 (0)