You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current on object-arrays.js: 55
"Given an array of college graduates. Complete the following requests without using any array methods like .forEach(), .map(), .reduce(), .filter()"
This creates confusion in students who read this to mean they cannot use ANY array methods.
Instead word this to state they cannot use those specific methods, since others such as push and sort are necessary to complete the problem as they have practiced.
The text was updated successfully, but these errors were encountered:
Current on object-arrays.js: 55
"Given an array of college graduates. Complete the following requests without using any array methods like .forEach(), .map(), .reduce(), .filter()"
This creates confusion in students who read this to mean they cannot use ANY array methods.
Instead word this to state they cannot use those specific methods, since others such as push and sort are necessary to complete the problem as they have practiced.
The text was updated successfully, but these errors were encountered: