Quantcast
Channel: 1closure » object-oriented-programming
Viewing all articles
Browse latest Browse all 2

Object-Oriented JavaScript Part 1: The Functional Pattern

$
0
0
JavaScript is an object-oriented language, but instead of being class-based like Java, C++ or C#, it’s prototype-based. This means that common object-oriented features like, for example, inheritance work a bit differently here. The prototype-based paradigm is often confusing at first … Continue reading

Viewing all articles
Browse latest Browse all 2

Trending Articles