¡@

Home 

javascript Programming Glossary: myfunction.value

Objects and functions in javascript [duplicate]

http://stackoverflow.com/questions/13500101/objects-and-functions-in-javascript

that if I write function myFunction var value 0 alert myFunction.value then this gives me undefined because variables have function.. But if I write function myFunction this.value 0 alert myFunction.value then this gives me undefined too. But finally If I write function.. But finally If I write function myFunction this.value 0 myFunction.value 0 alert myFunction.value then this gives me 0 So I can give..