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
Copy file name to clipboardExpand all lines: assignments/array-methods.js
+32-4Lines changed: 32 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -457,10 +457,15 @@ const runners = [
457
457
458
458
// ==== Challenge 1: Use .forEach() ====
459
459
// The event director needs both the first and last names of each runner for their running bibs. Combine both the first and last names into a new array called fullName.
// The director has completely lost his mind. Change every runner's name to "EATS DIRT", make each company name upper case, and remove all of their emails.
508
+
// The director has completely lost his mind. Change every runner's name to "EATS DIRT", make each company name upper case, and remove all of their emails.
0 commit comments