Ever wondered what closures where and how they worked? You can learn about this advanced computer science concept right now through interactive lessons in JavaScript. Let's get started! Here is an example of some JavaScript code. Doesn't it look pretty? var f = function (x) { return x + 1; } Don't worry, we're not just going to sit around and look at pretty code. We're going to be writing code! Va