Test Cases & Chat
Part 1
current
Test 1
input:[[1,1],2,[1,1]]
expect:[1, 1, 2, 1, 1]
Test 2
input:[1,[4,[6]]]
expect:[1, 4, 6]
Test 3
input:[[],[[[]]],5]
expect:[5]
Test 4
input:[[[[1]]],2,[3,[4,[]]]]
expect:[1, 2, 3, 4]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:[[1,1],2,[1,1]]
expect:[1, 1, 2, 1, 1]
Test 2
input:[1,[4,[6]]]
expect:[1, 4, 6]
Test 3
input:[[],[[[]]],5]
expect:[5]
Test 4
input:[[[[1]]],2,[3,[4,[]]]]
expect:[1, 2, 3, 4]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then