AVAkash vasishterinvasishter.hashnode.dev·Feb 15, 2023 · 2 min readWhat is TypeError and ReferenceError?'ERRORS ARE BYPRODUCT OF CODING' TypeError: TypeError occurs when a value is not of an expected type. Let's see some Examples on TypeError Cases of TypeError: When we try to reassign variables declared with const keyword TypeError will be thrown....00
AVAkash vasishterinvasishter.hashnode.dev·Feb 13, 2023 · 2 min readDifference Between == and === in JavascriptLet's first understand What is == and === in Javascript The '==' and '===' operators are used to compare if two values are equal Some Examples of using '==' and '===' operators Difference between '==' and '===' The '==' operator is called loose eq...00