# Understand the JavaScript Object and Prototype (Video)

Hey, 

I teach programming to young graduates. For this, I created an initiative called [Skibble](www.skibble.tech). In the video, I explained the fundamentals of OOP in JavaScript.

I encourage you to watch the video to learn or to post suggestions to improve for the next iteration.

%[https://youtu.be/PW-s1HHDjNs]

Topics covered:
- Class basic syntax
- Class inheritance
- Static properties and methods
- Private and protected properties and methods
