| about | help | code help+videos | done | prefs | 
| Given an input array A and a number n, return a new array where each element is equal to the original plus n. arrayPlus([1, 2, 3], 5) → [6, 7, 8] arrayPlus([1, 2], -1) → [0, 1] arrayPlus([], 9) → [] ...Save, Compile, Run (ctrl-enter) | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy