← Back to challenges

Reverse Coding Challenge #2

JavaScriptHardmathnumbers

Instructions

This is a reverse coding challenge.

Your task is to create a function that, when fed the inputs below, produce the sample outputs shown.

Examples

3 ➞ 21

9 ➞ 2221

17 ➞ 22221

24 ➞ 22228

Notes

If you get stuck, check the Comments for help.

javascript
Loading editor…
to run
Walks through the solution with reasoning and edge cases.