Dear colleagues, I am very sorry to annoy you, but I have recently started to learn JS and have stuck with the objects section. I mean, now I know what objects are and how they are useful, but I was wondering, are the user made objects really useful, and what will be they useful for the future, because to be honest, I think what I could do the same operation with the simple variables than using user made objects, so please guys explain it to me. Thank you so much! Best Regards Stefany
They are useful, they allow you to make self containing code, that is reusable and maintainable, without clouding the global namespace with variables. en.wikipedia.org/wiki/Object-oriented_programming