about | help | code help+videos | done | prefs |
Given two positive integers, n and k, return an array that consists of the first n multiples of k. manySevens(3, 2) → [2, 4, 6] manySevens(2, 3) → [3, 6] manySevens(5, 1) → [1, 2, 3, 4, 5] ...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