Solution Review: Armstrong Numbers
Understand the solution for the “Armstrong Numbers” challenge.
We'll cover the following
Solution overview
The skeleton code provided with the challenge doesn’t contain the complete function definition. Let’s start with writing the function definition first. The isArmstrong
function will take a number as an input and return a string and this information leads to the following function signature.
Get hands-on with 1400+ tech skills courses.