Skip to content

Instantly share code, notes, and snippets.

@RCTumolac
Created February 27, 2017 23:11
Show Gist options
  • Save RCTumolac/ede8c35715e6df62b366f391c0de2656 to your computer and use it in GitHub Desktop.
Save RCTumolac/ede8c35715e6df62b366f391c0de2656 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ede8c35715e6df62b366f391c0de2656
<!DOCTYPE html>
<html>
<head>
<title>Array Challenge 2</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
var Code2College_Educators = ["Trey", "Samuel", "Sam", "Matt"];
var Code2College_Students = ["Richard", "Tim", "Adrian", "Jorge", "Thomas", "Basil", "Abi", "Isaac", "Spencer", "Evila", "Kaci", "Rodrigo", "Jerardo", "Elizabeth", "Pamela", "Alexis"];
console.log(Code2College_Students[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment