Can you call the function so that it counts down from 3 to 1?

countdown(3);countdown(2);

When we call the function with 2, the first number that will show up will be 2. So 3 will be skipped.