Skip to content

Instantly share code, notes, and snippets.

@stevencombs
Created August 15, 2013 00:17
Show Gist options
  • Save stevencombs/6237122 to your computer and use it in GitHub Desktop.
Save stevencombs/6237122 to your computer and use it in GitHub Desktop.
// Javascript Getting Started with Programming
// A Codecademy Javascript (Conclusion Part 2) assignment
// Dr. Steven B. Combs, coding novice
if (1 == 1){ // Evaluate for True
console.log("I finished my first course!") // Print to console if True
} else { // Else
console.log("I messed up!") // Print to console
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment