Skip to content

Instantly share code, notes, and snippets.

@daniellevass
Last active October 12, 2015 18:38
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/e5e27c371c99742d9ee1 to your computer and use it in GitHub Desktop.
Save daniellevass/e5e27c371c99742d9ee1 to your computer and use it in GitHub Desktop.
app_elodie

Homework Excuse Generator

Today

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're going to make an object for each of your excuses? What properties might you have? icon? text_colour?

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