JavaScript Prevent default behaviour in JavaScriptSatvik JagannathJuly 30, 2023 As a developer, I’ve come across situations where the default behavior of HTML elements doesn’t quite align with what I’m…
JavaScript Check if event is cancelable in JavaScriptSatvik JagannathJuly 30, 2023 JavaScript, isn’t it an incredible tool? I’ve found that it’s the unexpected features that often bring the most joy, like…
Featured Check if an Object is a Promise in JavaScriptSatvik JagannathJuly 30, 2023 JavaScript’s evolution has always intrigued me, and one of its most impressive aspects is the concept of Promises. A Promise…