We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c63b2 commit 7e724b1Copy full SHA for 7e724b1
challenges/objects-arrays.js
@@ -50,7 +50,7 @@ const graduates = [
50
51
/* Request 1: Create a new array called universities that contains all the universities in the graduates array. This will be an array of strings.
52
53
-Once you have the new array created, sort the universities alphabetically and log the result. */
+Once you have the new array created, log the result. */
54
const universities = [];
55
console.log(universities);
56
0 commit comments