Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 317 Bytes

ex_140.md

File metadata and controls

22 lines (21 loc) · 317 Bytes

Exercise 140

  • Create a new index140.js file
  • Define a mutants array with the following values:
Professor X
Cyclops
Iceman
Angel
Magneto
Beast
Phoenix
Logan
Gambit
  • Filter the list using the filter method and remove the following mutants:
Magneto
Iceman
Gambit
  • Show the filtered list as output