Vaibhav Sharmaimvsharma.hashnode.dev·Jun 7, 2022Top Javascript and Typescript Short-hand You must knowIntroduction As a Javascript and Typescript Developer, you will review the code of other senior developers. They will use some other syntax that we are not familiar with. But today I will tell you Top short-hand syntax of Javascript and Typescript ,...141 readsJavaScript
Vaibhav Sharmaimvsharma.hashnode.dev·Jun 4, 2022Event Bubbling and Event Capturing in JavaScriptEvent Bubbling and Event Capturing is the most used terminology in JavaScript at the time of event flow. In the JavaScript, the Event Flow process is completed by three concepts : Event Capturing. Event Target. Event Bubbling. Events : Events are r...4 likes·205 readsJavascript SeriesJavaScript