Created with svelte.technology/repl
Created
June 22, 2018 02:06
-
-
Save mdubb86/da9d9432c9aab7b8c47a5bd5c4f57b29 to your computer and use it in GitHub Desktop.
Hello World!
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
| <h1 hidden={hidden} disabled={disabled}>Hello {name}!</h1> |
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
| { | |
| "name": "world", | |
| "hidden": false, | |
| "disabled": false | |
| } |
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
| { | |
| "svelte": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment