Created
November 24, 2021 15:03
-
-
Save rahgurung/db0b3812fe5c0b60d7fdc0d74314fd47 to your computer and use it in GitHub Desktop.
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
// 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