You can use this assignment in your class!
Mastery Progress(100.0%)
i

Code Challenge: Manipulating arrays in JavaScript

You answeredJUST NOW
  • Solution
  • Unit test #1
  • Unit test #2
  • Unit test #3
  • Unit test #4
JavaScript
You passed all unit tests!
Unit test number
1
Expected STDOUT
[ 'FEBRUARY', 'MAY', 'AUGUST', 'NOVEMBER' ]
Your STDOUT
[ 'FEBRUARY', 'MAY', 'AUGUST', 'NOVEMBER' ]
Unit test number
2
Expected STDOUT
[ 'UPPER' ]
Your STDOUT
[ 'UPPER' ]
Unit test number
3
Expected STDOUT
[]
Your STDOUT
[]
Unit test number
4
Expected STDOUT
[ 'TWO', 'THREE', 'FIVE', 'SEVEN' ]
Your STDOUT
[ 'TWO', 'THREE', 'FIVE', 'SEVEN' ]

Did you like this question?

(Voting helps us personalize your learning experience!)
imgInstructor solution
Alec KretchDEC 13, 2021, 11:51:11 PM
JavaScript

Was this helpful?

(Voting helps us personalize your learning experience!)
Think you've got it?
Select one of the following options:
  • A.
  • B.
Submit answer

Was this helpful?

(Voting helps us personalize your learning experience!)

You may exit out of this review and return later without penalty.