Last active
September 26, 2015 13:33
-
-
Save quintesse/ea42748b5d0a876e0aca to your computer and use it in GitHub Desktop.
Example book chapters for the Web IDE : Chapter 2
This file contains 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
{ | |
"sets": [ | |
{ | |
"title": "Chapters", | |
"items": [ | |
{ | |
"title": "Chapter 1: Classes", | |
"set": "709e69f4c5f41600cb7b" | |
}, | |
{ | |
"title": "Chapter 2: Functions", | |
"set": "ea42748b5d0a876e0aca" | |
}, | |
{ | |
"title": "Chapter 3: Objects", | |
"set": "1b458dcc0ce70c20af38" | |
} | |
] | |
}, | |
{ | |
"title": "Chapter 2: Functions", | |
"items": [ | |
{ | |
"title": "Introduction to functions", | |
"gist": "9b4bafe29a28103818c9" | |
}, | |
{ | |
"title": "More functions", | |
"gist": "30f58483e5d2c4181904" | |
}, | |
{ | |
"title": "Drowning in functions", | |
"gist": "191112755a714d2bf291" | |
} | |
] | |
} | |
], | |
"default": { | |
"gist": "9b4bafe29a28103818c9" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment