A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
| const Question = React.createClass({ | |
| handleGetStarted: function(event) { | |
| this.nextQuestion(event); | |
| }, | |
| qdata: [ | |
| { | |
| id: 0, | |
| type: "m-choice", | |
| question: "Are you ready to get started?", | |
| options: [ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |