DEV Community

The Nerdy Dev
The Nerdy Dev

Posted on

Demystifying JavaScript -Events & Adding and Removing Event Listeners

In this video, we will start with learning Events in JavaScript. We will discuss about some common events, then we will learn how we can add and remove event listeners from an element. We will learn about two ways of attaching the events - on the attribute of the element and the second one using the addEventListener which is the preferred approach.

๐Ÿฑโ€๐Ÿ’ป ๐Ÿฑโ€๐Ÿ’ป Course Links:
Complete Code - https://github.com/The-Nerdy-Dev
Visual Studio Code - https://code.visualstudio.com
Git - https://git-scm.com/downloads


Support my channel:
๐Ÿ’œ Join the Discord community ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ: https://discord.gg/fgbtN2a
๐Ÿ’œ One time donations via PayPal
Thank you! ๐Ÿ™


Follow me on:
๐Ÿ‘‰ Twitter: https://twitter.com/The_Nerdy_Dev
๐Ÿ‘‰ Instagram: https://instagram.com/thenerdydev
๐Ÿ‘‰ My Blog: https://the-nerdy-dev.com

Top comments (0)