This project runs a code that is similar to the one in JavaScript. What the code does is that it adds i to the console until the variable i is > 9. Here is the JavaScript source code. for (var i = 0; i < 11; i++) { console.log(i); } Instructions: Press Console to open up the console. Press Add to add variable i to the console. Press clear history to delete all from console.