Skip to content

Instantly share code, notes, and snippets.

@daniellevass
Last active October 12, 2015 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniellevass/a6a099ba24eae2edfb36 to your computer and use it in GitHub Desktop.
Save daniellevass/a6a099ba24eae2edfb36 to your computer and use it in GitHub Desktop.
app_catrine

Timetabler

This Week

Finish making all your shapes (make sure they aren't all bigger than maybe 200 x 200?)

Next, we're going to use a language called JSON (JavaScript Object Notation) to make objects for all the timetables.

I could represent myself using JSON like so:

{
  "name": "danielle",
  "dob": "21st October",
  "birth_place": "Hong Kong"
}

Have a go making one for yourself!

Next, we want to make an object for each lesson. What things does your current timetable tell you about each lesson? Does it have a teacher? Room? Have a go at making an object!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment