Tag: exception
All the articles with the tag "exception".
Custom Exceptions in Java
Published: at 10:00 PMIn Java programming, custom exceptions act as personalized safety nets, allowing the creation of tailored error-catching mechanisms to handle unique situations beyond the scope of built-in exceptions, enhancing code clarity and maintainability.
TIL "this" keyword in JavaScript
Published: at 11:00 PMNavigating the nuances of "this" in JavaScript objects, from its behaviour within object methods to potential pitfalls with arrow functions.