Skip to content

Instantly share code, notes, and snippets.

Created May 23, 2016 03:33
Show Gist options
  • Save anonymous/d8bf05b3603203b5d5b7937aed1ae362 to your computer and use it in GitHub Desktop.
Save anonymous/d8bf05b3603203b5d5b7937aed1ae362 to your computer and use it in GitHub Desktop.
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
//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