Skip to content

Instantly share code, notes, and snippets.

@jbfink
Created January 25, 2012 19:03
Show Gist options
  • Save jbfink/1677929 to your computer and use it in GitHub Desktop.
Save jbfink/1677929 to your computer and use it in GitHub Desktop.
codeyear lesson 7 question 2
var i = 2;
i--;
i--;
console.log( "i is equal to " + i );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment