diff --git a/challenges/objects-arrays.js b/challenges/objects-arrays.js index 659e3e149c..86970b0c29 100644 --- a/challenges/objects-arrays.js +++ b/challenges/objects-arrays.js @@ -50,7 +50,7 @@ const graduates = [ /* Request 1: Create a new array called universities that contains all the universities in the graduates array. This will be an array of strings. -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. */ const universities = []; console.log(universities);