+ 1
In javascript, what is the difference between a function and a method?
Is it as simple as a method being a preexisting function? ...Or is there more to it?
2 Antworten
+ 3
so much to write.
learn more from.
http://stackoverflow.com/q/155609/7016383
+ 3
in simple
console.log("");
console is object
log is method
log(""); is a function ie no object