Skip to content

Instantly share code, notes, and snippets.

@rrameshbtech
Last active July 30, 2018 09:09
Show Gist options
  • Save rrameshbtech/c2fabf67825558289dbfd39a44edc57b to your computer and use it in GitHub Desktop.
Save rrameshbtech/c2fabf67825558289dbfd39a44edc57b to your computer and use it in GitHub Desktop.
var slang = 'Kongu';
function printSlang() {
console.log(this.slang); // Kongu
}
printSlang();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment