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
Join in on a hand-picked round up of the best JavaScript articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.