Object Oriented JavaScript
Duration: 43:16
Created with
Ben Fhala
Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.
Object Oriented JavaScript Overview
What you'll learn
As most modern programing languages so does javascript support object oriented programing. If you have a light background in OOP in other languages what I will ask of you to do right now is totally forget about it as JavaScript is a different ball game. Once you get over the differences this language is one of the most powerful and agile languages in the world. Contrarily to most OOP languages that are based on Classes and Objects JavaScript in its core is built out of functions and objects.