RKRajan Kumarindevrajan017.hashnode.dev·Mar 15 · 8 min readJavaScript Operators: The Basics You Need to KnowHi readers, we will discuss operators in this blog. Let's first take one example to understand what an operator is and why it is required. // Example:1.0 const total = 3+4; console.log(total) // 7 In00
RKRajan Kumarindevrajan016.hashnode.dev·Mar 9 · 7 min readJavaScript Control Flow Explained: If, Else, Else If & Switch with Examples Imagine you are driving your car and you reach a traffic signal. At that point, you must follow the rules set by the government for traffic signals. Suppose you arrive at the signal and it suddenly tu00
RKRajan Kumarindevrajanblog015.hashnode.dev·Mar 8 · 9 min readJavaScript Variables Explained: var vs let vs const (Beginner to Advanced Guide)What variables are and why they are needed? We can understand variable with a simple example of spice container which is used in kitchen to store different types of spices. We do not put different spi00
RKRajan Kumarindevrajan14.hashnode.dev·Jan 31 · 1 min readCSS Selectors 101: Targeting Elements with PrecisionIn progress00
RKRajan Kumarindevrajan13.hashnode.dev·Jan 31 · 1 min readWhy Version Control Exists: The Pendrive ProblemIn progress00