naimulhaque.com

Blog

Tech blog — my thoughts, stories, and knowledge, all in one place. Dive into a variety of topics and explore the world of Programming and Web Development.

Deep Dive into Object Oriented Programming (OOP) in JavaScript

November 2nd, 2023
13 min read

Discover how Object Oriented Programming works in JavaScript. Learn about prototypes, constructor functions, and how objects are created dynamically.

A Closer Look at the 'this' keyword in JavaScript

April 15th, 2023
8 min read

An exploration of the values of JavaScript's 'this' keyword in different contexts, aiming to provide a deeper understanding of its behavior.