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.
2 parents 08c63b2 + 7e724b1 commit 9e0ee07Copy full SHA for 9e0ee07
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