Created
September 3, 2017 18:11
-
-
Save Darker/b9a2d120840263bb18a6a1b64803fb8c to your computer and use it in GitHub Desktop.
Lesson times at ctu
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 casy2 = [ | |
["7:30", "8:15"], | |
["8:15", "9:00"], | |
["9:15", "10:00"], | |
["10:00", "10:45"], | |
["11:00", "11:45"], | |
["11:45", "12:30"], | |
["12:45", "13:30"], | |
["13:30", "14:15"], | |
["14:30", "15:15"], | |
["15:15", "16:00"], | |
["16:15", "17:00"], | |
["17:00", "17:45"], | |
["18:00", "18:45"], | |
["19:00", "19:30"], | |
["19:30", "20:30"]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment