// Challenge: Write a countdown function with a hard-coded starting number inside closure // Stretch goal: Write a countdown function that can count from a provided number, // with a provided step
// Start function countdown() { // write your code here }