Skip to content

Instantly share code, notes, and snippets.

@VikramThory
Created January 17, 2019 14:57
Show Gist options
  • Save VikramThory/8454d243e934d60cecc0f3aacfcb03dd to your computer and use it in GitHub Desktop.
Save VikramThory/8454d243e934d60cecc0f3aacfcb03dd to your computer and use it in GitHub Desktop.
Javascript basic
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