Skip to content

Commit 7e724b1

Browse files
Diandra Ryan-MasDiandra Ryan-Mas
authored andcommitted
removed sort
1 parent 08c63b2 commit 7e724b1

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)