Velocidad de Escape

Object-Oriented Programming in Javascript

The first and very important question, is JavaScript really an object-oriented programming (OOP) language? In my personal opinion, I will say: NO at all; JavaScript, emulates object classes via constructor functions. But first, what is Object-Oriented Programming? A programming **paradigm** centered around **objects** rathen than functions. Mosh is one of the best tutors I have ever met, and I don't want to copy a ton of text, and I personally don't want to explain and transcribe a lot of content that can be better understood through a video. <iframe width="560" height="315"...

JavaScript

My first blog post

A long time has passed since the last time I blogged. <a class="hover:no-underline text-blue underline" href="https://geektheplanet.net/" target="_blank" rel="noreferrer">Geek the Planet</a> was my blog for over 10 years. I remember that I started writing about technology because I have been passionate about it since I was a child. I was always a very curious young man and from a very young age I started studying about HTML, CSS, Python, JavaScript, Linux, Hacking, etc. But each new learning brought its new challenges, a super slow connection speed, sometimes little documentation (there was...

Personal