Last active
June 23, 2018 10:26
-
-
Save anilkk/5e410ead8cd66ce80788b82c5ecd9e18 to your computer and use it in GitHub Desktop.
test
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>JS learning</title> | |
| </head> | |
| <body> | |
| <h1>JS Learning</h1> | |
| <script> | |
| // your JS stuff goes here | |
| console.log('script stuff goes here'); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment