Skip to content

Instantly share code, notes, and snippets.

@fahdi
Last active August 5, 2022 08:06
Show Gist options
  • Save fahdi/3cef1d7e271111ef3745584b886d91e9 to your computer and use it in GitHub Desktop.
Save fahdi/3cef1d7e271111ef3745584b886d91e9 to your computer and use it in GitHub Desktop.
window.alert + console.log
// 001. Using innerHTML.
// 001 and 002.Using document.write().
// 003. Writing into an alert box, using window.alert().
// 004. Writing into the browser console, using console.log().
// window.alert("Hello, world"); // uncomment to see how it works
console.log("Hello, world")
@Muhammad-Bilal-Gilgity
Copy link

Hello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment