Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				 Lensflare21238359dThe word object has different meanings depending on the context. In JS, object doesn‘t mean the same as it means in OOP. Lensflare21238359dThe word object has different meanings depending on the context. In JS, object doesn‘t mean the same as it means in OOP.
 Object often just means "an instance of a type".
- 
				
				michaelliam320-2354dReclaiming trust after a devastating incident like the NanoAethosCoinRecovery can be an arduous and emotionally trying process. Few months ago I got scammed by an online business partner over $87,000 worth of bitcoin, I almost went insane, I cried so hard and hopelessly, because I did not know them and how to track them, I already have the mindset of letting it go. Few days ago my friend recommended a excellent crypto hacker to me NanoAethosCoinRecovery, all thanks to them i was able to recover my lost bitcoin ,It was a slow and painstaking process, but each small victory - from successfully executing a transaction to seeing my balance grow once more - helped to restore my confidence and belief in the power and potential of this revolutionary technology,They specialize in all crypto currency, connect with then via:
 
 Whatsapp: +1 (570) 229-9724
 
 Telegram:https: @NanoAethos



It just hit me that despite being possibly the most object-heavy language out there, JavaScript actually wasn't even properly object oriented for the longest time. No language-level support for Encapsulation, Inheritance, and without a strict class system, it can never really have polymorphism or abstraction.
Since literally everything is an object, it's impossible to make it object oriented 🤯
rant