RRRavinakumari Raminainravinadevblogs.hashnode.dev00Arrow Functions in JavaScriptMar 25 · 4 min read · JavaScript is evolving, and one of the most useful modern features is arrow functions. If you’ve ever felt that writing function repeatedly is verbose, arrow functions provide a cleaner and more conciJoin discussion
RRRavinakumari Raminainravinadevblogs.hashnode.dev00Control Flow in JavaScript: if, else, and switch Mar 13 · 6 min read · Every morning in Bengaluru we ask the same question: “What should I wear today?” If it is raining → take an umbrella If it is hot → wear cotton clothes If it is cloudy → normal outfit This type oJoin discussion
RRRavinakumari Raminainravinadevblogs.hashnode.dev00JavaScript Operators basics Mar 13 · 6 min read · Mango season is hereWhen you go to a street vendor to buy mangoes, you naturally perform a few actions: You add prices You compare varieties You decide if the deal is good You update the total bilJoin discussion
RRRavinakumari Raminainravinadevblogs.hashnode.dev00Understanding Variables and Data Types in JavaScript Mar 12 · 5 min read · Before building any cool website, application, or game using JavaScript, you need to understand variables and data types. These are the basic building blocks of programming, because they allow us to sJoin discussion
RRRavinakumari Raminainravinadevblogs.hashnode.dev00Understanding Promises in JavaScriptMar 1 · 6 min read · Before diving into Promise methods, let’s first understand what a Promise is and why we need it. A. What is a Promise? A Promise in JavaScript is an object that represents the future result of an asynJoin discussion