The codecademy
Created
February 21, 2012 13:39
-
-
Save morganp/1876630 to your computer and use it in GitHub Desktop.
Journey Through http://www.codecademy.com
Author
morganp
commented
Feb 21, 2012
Console Logging
var number = 7;
if( number === 7 ) {
console.log( "you typed a 7!" );
}
//Get user input
prompt("what's your name?")
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment