I hereby claim:
- I am zachattack on github.
- I am hanzouzach (https://keybase.io/hanzouzach) on keybase.
- I have a public key ASBrJ82vqjj04B61UfelKgBVsyaNndg2imm9_9AnskHZQAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function descendingOrder(n){ | |
| // Store your string manipulation in a results variable. | |
| let results; | |
| // Make sure the number isn't negative. | |
| if(n>=0) { | |
| return Number(results = String(n).split('').sort().reverse().join("")); | |
| } | |
| return false; | |
| } |