about | help | code help+videos | done | prefs |
Given an array of ints of even length, return a new array length 2 containing the middle two elements from the original array. The original array will be length 2 or more. makeMiddle([1, 2, 3, 4]) → [2, 3] makeMiddle([7, 1, 2, 3, 4, 9]) → [2, 3] makeMiddle([1, 2]) → [1, 2] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 157.0
Copyright Nick Parlante 2017 - privacy