Skip to content

Instantly share code, notes, and snippets.

@okbel
Last active September 8, 2016 17:49
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 okbel/60569e218211baf3c4d643d3eb529820 to your computer and use it in GitHub Desktop.
Save okbel/60569e218211baf3c4d643d3eb529820 to your computer and use it in GitHub Desktop.
var s = "JavaScript syntax highlighting";
alert(s);
```javascript
componentDidMount() {
  const contNode = this.refs.cont;
  // Do stuff!
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment