Skip to content

Instantly share code, notes, and snippets.

@AyoAlfonso
Created May 30, 2018 18:06
Show Gist options
  • Select an option

  • Save AyoAlfonso/3c749a20cd762e7bad47f23f9e9d5a3c to your computer and use it in GitHub Desktop.

Select an option

Save AyoAlfonso/3c749a20cd762e7bad47f23f9e9d5a3c to your computer and use it in GitHub Desktop.
function test(){
var h = 'Hello';
var w = 'World';
return (h,w);
}
console.log(this.test()); //World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment