Understanding Prototypes in JavaScript

added by bpwndaddy
5/15/2015 3:38:04 PM

431 Views

Even though JavaScript is an Object-Oriented Language, there are no classes in JavaScript. This is because JavaScript is a prototype-based language, rather than a class-based language.


0 comments