Created
May 23, 2016 03:33
-
-
Save anonymous/d8bf05b3603203b5d5b7937aed1ae362 to your computer and use it in GitHub Desktop.
Exported from Popcode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<!-- Put your page markup here --> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Declare a variable called 'teacher' with the teacher's name in it | |
//log it | |
//Log 'My teacher's name is ' {teacher's name} | |
//Declare an array called 'testScores,' and initialize it with a few values | |
//log it | |
//log its length | |
//Create an object named 'person', with a favorite color and lucky number | |
//log it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment