1/3 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/3 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/3)
-
printEachValue([0,1,2,3]) to log 0 1 2 3
-
printEachValue(["hacker", "hero", "awesome"]) to log hacker hero awesome
-
printEachValue([1, 2, "python", 3, "is", "fun", 88]) to log 1 2 python 3 is fun 88