Skip to content

Instantly share code, notes, and snippets.

// Exercise 2 - Closures
// Wrap the following code in a closure and export only the "countdown" function.
// Code
(function() {
var index;
function log(){