PCPriyanshu Chaudharyinchaudhary-web-dev.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 15 · 1 min read · Topics to Cover What Object-Oriented Programming (OOP) means Real-world analogy (blueprint → objects) What is a class in JavaScript Creating objects using classes Constructor method Methods insiJoin discussion
PCPriyanshu Chaudharyinchaudhary-web-dev.hashnode.dev00Understanding Objects in JavaScriptMar 15 · 1 min read · Topics to Cover What objects are and why they are needed Creating objects Accessing properties (dot notation and bracket notation) Updating object properties Adding and deleting properties LoopiJoin discussion
PCPriyanshu Chaudharyinchaudhary-web-dev.hashnode.dev00JavaScript Operators: The Basics You Need to KnowMar 15 · 1 min read · Topics to be covered What operators are Arithmetic operators (+, -, *, /, %) Comparison operators (==, ===, !=, >, <) Logical operators (&&, ||, !) Assignment operators (=, +=, -=)Join discussion
PCPriyanshu Chaudharyinchaudhary-web-dev.hashnode.dev00JavaScript Array 101Mar 15 · 1 min read · Topics to be covered What arrays are and why we need them How to create an array Accessing elements using index Updating elements Array length property Basic looping over arraysJoin discussion
PCPriyanshu Chaudharyinchaudhary-web-dev.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 15 · 4 min read · Topic to be covered in this article What this means in JavaScript (simple explanation) this inside normal functions this inside objects What call() does What apply() does What bind() does DiffeJoin discussion