Skip to content

Instantly share code, notes, and snippets.

@telekid
Created February 2, 2017 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save telekid/c5ea429059bb8ffbd24edf3b873b8b87 to your computer and use it in GitHub Desktop.
Save telekid/c5ea429059bb8ffbd24edf3b873b8b87 to your computer and use it in GitHub Desktop.
Javascript does the darndest things
function factory() {
return {
method: method,
};
var name = "hello";
function method() {
console.log(name);
}
}
factory.method();
// -> 'undefined' 🙃
@JessicaLawson
Copy link

Hello
Happy to meet you, my name is Miss Jessica Lawson, it is my pressure to meet you here  today through this site, i will like you to write to me so that i can be able to tell you more about me and the reason of my contact with you. here is my private email address, please write to me here so that i can tell you more anout me and also to send my picture  to you ( jesicalawson91@gmail.com )  thanks

Yours Miss Jessica Lawson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment