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
JavaScript
You passed all unit tests!
Unit test number
1
Expected STDOUT
[ 'five more', 'four more', 'three more', 'two more', 'one more' ]
Your STDOUT
[ 'five more', 'four more', 'three more', 'two more', 'one more' ]
Unit test number
2
Expected STDOUT
[ 'c1', 'b1', 'a1' ]
Your STDOUT
[ 'c1', 'b1', 'a1' ]

Did you like this question?

(Voting helps us personalize your learning experience!)
imgInstructor solution
Alec KretchDEC 13, 2021, 11:51:54 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.
  • C.
  • D.
  • E.
Submit answer

Was this helpful?

(Voting helps us personalize your learning experience!)

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