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.
2
3