PRPurva Rajyaguruinpurvacodes.hashnode.devยทFeb 22, 2023 ยท 2 min readArrow functions =>What is the arrow function? Arrow functions are one of the top 10 features of ES6. Arrow functions are anonymous functions. An arrow function expression is an alternative to traditional functions, with some semantic differences and deliberate limitat...00
PRPurva Rajyaguruinpurvacodes.hashnode.devยทFeb 16, 2023 ยท 2 min readType error vs Reference error ๐Errors are one of my favorite topics because I always get them. Type Error: " can not read properties of undefined " Yes, it's always there whenever you try to access a variable or property which is undefined. So what is that and why you are getting...01A