Skip to content

Instantly share code, notes, and snippets.

@rahgurung
Created November 24, 2021 15:03
Show Gist options
  • Save rahgurung/db0b3812fe5c0b60d7fdc0d74314fd47 to your computer and use it in GitHub Desktop.
Save rahgurung/db0b3812fe5c0b60d7fdc0d74314fd47 to your computer and use it in GitHub Desktop.
// This example is supposed to run on Console of any modern browser
var x = "Hello World!";
console.log(window.x); // "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment