In this challenge you will receive a variable number with a random number.
number
Run console.log from that number until it reaches zero.
console.log
Ex: let number = 3; Output: 3, 2, 1, 0
© 2024 - ®Mewters