Last active
January 8, 2018 23:25
-
-
Save porsager/96244ab1c4cf67ad5da67e4ec4abc7d1 to your computer and use it in GitHub Desktop.
Changed description
This file contains hidden or 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
| { | |
| "color": "#000", | |
| "files": [{ | |
| "name": "test.js", | |
| "compiler": "babel" | |
| }] | |
| } |
This file contains hidden or 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
| function test() { | |
| const test = 'hej' | |
| return test | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment