By mswatcher
via moustafa-arafa.blogspot.in
Submitted: Dec 08 2012 / 12:57
I found something interesting to share with all of you in Javascript. Functions in javascript as we all know is defined with function keyword while Method in Javascript is a function but can have a scope and you can hide it as we do in object oriented programming. I will be showing 2 examples that implement function versus method in your web page to add 2 numbers.
Add your comment