Skip to content

Instantly share code, notes, and snippets.

@outoftime
Last active May 16, 2017 12:54
Show Gist options
  • Select an option

  • Save outoftime/6e19bce476355c0abd8396f4dcc4f322 to your computer and use it in GitHub Desktop.

Select an option

Save outoftime/6e19bce476355c0abd8396f4dcc4f322 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=6e19bce476355c0abd8396f4dcc4f322
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<ul id="names"></ul>
</body>
</html>
{"enabledLibraries":["jquery"],"hiddenUIComponents":["editor.css"]}
function printRoster(names) {
// Write your code here.
}
var students = ["Alvin", "Brittany", "Simon", "Jeanette", "Theodore"];
printRoster(students);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment