Aanandinvishz.hashnode.dev·Feb 15, 2023 · 2 min readErrors errors errors - A blog about errorsErrors... errors... errors! I don't like it. I avoid, But, error likes me! I can't avoid. https://tenor.com/view/kgf-chapter2-gif-26314284 As web devs, We all have had this emotion. Solving one error leads to another and solving that leads to anoth...00
Aanandinvishz.hashnode.dev·Feb 13, 2023 · 2 min readDifference Between == and === in javascriptBut lets first understand what does = , == and === do in javascript The "=" is an assignment operator, It assigns a value to a variable. let a = 5 //Here we have assigned the value 5 to variable a. let a = "This is the best blog you have ever read" ...00
Aanandinvishz.hashnode.dev·Dec 30, 2022 · 1 min readWhat is mutability and immutabilityI was reading a blog by Dan Abramov about let vs const And he mentioned "mutability" and I wanted to know what it means, So I went out on a quest to find different blogs and articles about mutability. that is when I found out that every primitive dat...00