| about | help | code help+videos | done | prefs |
Ensure the last two elements of the list are 2, 2. The list may be empty. listEnd22([4, 9, 3, 2]) → [4, 9, 3, 2, 2] listEnd22([1, 6, 2, 2]) → [1, 6, 2, 2] listEnd22([]) → [2, 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: 200
Copyright Nick Parlante 2017 - privacy