You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2017. It is now read-only.
Have you ever come across JavaScript source that contained some weird thing called prototype? Did you think "Oh crap, I'm in too deep!" and just move onto something else? Prototypes in JavaScript are quite a bit different than most other popular languages. I will talk about what it is and demonstrate how to use it.