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

Code Challenge: Manipulating arrays in JavaScript

Your instructor specifically marked this question as important.
imgEducator’s Choice

You answeredJUST NOW
  • Solution
  • Unit test #1
  • Unit test #2
  • Unit test #3
JavaScript
You passed all unit tests!
Unit test number
1
Expected STDOUT
[ 'hi', 'hy' ]
Your STDOUT
[ 'hi', 'hy' ]
Unit test number
2
Expected STDOUT
[
  'Alabama', 'Arizona',
  'Florida', 'Georgia',
  'Indiana', 'Montana',
  'Vermont', 'Wyoming'
]
Your STDOUT
[
  'Alabama', 'Arizona',
  'Florida', 'Georgia',
  'Indiana', 'Montana',
  'Vermont', 'Wyoming'
]
Unit test number
3
Expected STDOUT
[]
Your STDOUT
[]

Did you like this question?

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

Was this helpful?

(Voting helps us personalize your learning experience!)
Think you've got it?
  • Short answer field
Submit answer

Was this helpful?

(Voting helps us personalize your learning experience!)

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