Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 292 Bytes

skippy_numbers

Given the following function call:

  • skippy_numbers(2);

And the resulting output:

  • [2,3,5,6,8,9,11,12];

Create a function definition that achieves the output with the given input.

Solution Set