OpenTechSchool-Leipzig / learning-resources

Tutorials, books, articles, videos and more to learn coding
31 stars 1 forks source link

An introduction to Object-Oriented Programming in JavaScript #1

Open normade opened 5 years ago

normade commented 5 years ago

Name of the resource An introduction to Object-Oriented Programming in JavaScript

Link where to find the resource https://medium.freecodecamp.org/an-introduction-to-object-oriented-programming-in-javascript-8900124e316a

A short description

This article is for students of JavaScript that don’t have any prior knowledge in object-oriented programming (OOP). I focus on the parts of OOP that are only relevant for JavaScript and not OOP in general. I skip polymorphism because it fits better with a static-typed language.

Additional notes