Created
February 27, 2017 23:11
-
-
Save RCTumolac/c5d82ce0b304638a2ca15267df8b66d4 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c5d82ce0b304638a2ca15267df8b66d4
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>Array Challenge 2</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
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"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment