Created
January 17, 2019 14:57
-
-
Save VikramThory/8454d243e934d60cecc0f3aacfcb03dd to your computer and use it in GitHub Desktop.
Javascript basic
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
console.log('Hello world') | |
console.log("Hello world in double quotes") | |
console.log("I'm using javascript") | |
console.log('he say "hi!!"') | |
console.log('I\'m using javascript') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment