Skip to content

Instantly share code, notes, and snippets.

@achasveachas
Last active August 16, 2019 00:23
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 achasveachas/dfffd2cef6c5c61f887a3b7e3cc94c3d to your computer and use it in GitHub Desktop.
Save achasveachas/dfffd2cef6c5c61f887a3b7e3cc94c3d to your computer and use it in GitHub Desktop.
dev.to post code snippets
```
someCodeGoes("here")
```
```javascript
someCodeGoes("here")
```
```diff
    someCodeGoes(here) {
-     oldCode()
+     newCode()
      someMore(code)
    }
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment