Skip to content

Instantly share code, notes, and snippets.

@milanaryal
Created June 4, 2022 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milanaryal/e9d558eae37b0aba9faeb4cbf061e970 to your computer and use it in GitHub Desktop.
Save milanaryal/e9d558eae37b0aba9faeb4cbf061e970 to your computer and use it in GitHub Desktop.
JavaScript "Hello, World!" program
/* For browser console */
console.log("Hello, World!");
/* For HTML document */
document.write("Hello, World!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment