UMUmesh mehtainumesh14.hashnode.dev·Mar 12, 2023 · 9 min readError Handling In JsIntroduction : If we write javascript code there might be some chance of getting errors don't be afraid this is part of programming. By producing errors, we learn how not to do something and how to do it better next time. There are a lot of types of ...02JA
UMUmesh mehtainumeshmehta.hashnode.dev·Feb 13, 2023 · 2 min readType Error Vs. Reference Error...If you write code in javascript and you also saw some errors. In the bunch of error types, today we talked about type errors and reference errors. TYPE ERROR A type error in javascript occurs when the variable exists but you try to perform an inappro...00
UMUmesh mehtainumeshmehta.hashnode.dev·Feb 12, 2023 · 3 min readIs there any difference between = , == , ===?Yes, there is a lot of difference between these three operators. First, we discuss the = (equal to) operator. In general, we say this is equal to operator it means the left-hand side value is equal to the right-hand side value as well as right-hand s...00