0
I don't really get what a method is or does. Can anyone help
I am going into DOM but its hard for me to understand anything because objects and methods flew over my head.
1 Respuesta
+ 2
Methods are functions defined within class (or object) and called on object (of the class) by syntax object_name.method_name().
For better understanding try rereading coresponding chapter in tutorial.