educative.io

Javascript object-oriented

I got very confused when mentioned here that JS is object-oriented and I would appreciate reading more on this.


Course: The Handbook for Ruby Developers - Learn Interactively
Lesson: Objects and State - The Handbook for Ruby Developers

Hi @Aldo_Escudero
Thanks for reaching out to us. Yes, Javascript is heavily object-oriented programming. It uses a prototype-based approach but also provides a class syntax to support standard OOP conventions. You can learn more about this in this course.

Happy Learning :slight_smile:

1 Like