Skip to content

Instantly share code, notes, and snippets.

@daniellevass
Created October 12, 2015 18:40
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/ef7de4a4eef772380881 to your computer and use it in GitHub Desktop.
Save daniellevass/ef7de4a4eef772380881 to your computer and use it in GitHub Desktop.
app_katrina

Fact of the Day

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 want to make an object for each of your facts. What other properties do you have: icon? text_colour? etc?

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