Replies: 1 comment 2 replies
-
Javascript used to be prototype-based object oriented language. Now it is possible to used the more common class-based in the latest EcmaScript standard. I'm still using prototype because of habit, and almost all my project predate the new class syntax. To learn more about that, read this article on MDN (MDN is better than w3school).
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi sorry for asking and i never found a good source, i tried the W3school but the info i a bit to vague.
I know the existence of the .prototype ....
But never found the right source to learn about the possibilities etc.
For instance you are using the prototype technic a lot. And i was wondering what your source to learn about possibilities of it ?
The reason is like your Element class i need to clean up some created events etc.
searching for it does explain the existence of it but nowhere about how it is used.
most apricated.
Niels
Beta Was this translation helpful? Give feedback.
All reactions