Skip to content

Instantly share code, notes, and snippets.

@rrameshbtech
Last active July 25, 2018 16:13
Show Gist options
  • Save rrameshbtech/25688cd048a63ad3d45305c1ebf564d4 to your computer and use it in GitHub Desktop.
Save rrameshbtech/25688cd048a63ad3d45305c1ebf564d4 to your computer and use it in GitHub Desktop.
JavaScript-Magic Words:this
var city = 'Karur';
console.log(this.city); // Karur
console.log(city); //Karur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment