Adrianna Bellthecodedcosmos.hashnode.dev·Nov 29, 2023JavaScript in the Simple Language TranslatorSince JavaScript can be the most difficult language to learn, I decided to share how I did the Javascript for my Simple Language Translator. First, I target the select sections where a forEach array iteration is used to select a country from drop...Discussevent listener
Rishav PandeyProthenomadtechie.hashnode.dev·Nov 25, 2023Mastering JavaScript Event Handling Techniques: Bubbling, Capturing, Delegation, and PropagationIntroduction Events in JavaScript are essential and fundamental for creating interactive web pages. They can be considered the driving force behind a browser, enabling it to perform actions on behalf of the user. When you find a button and want to cl...DiscussJavaScript
Charlie noobslearn.hashnode.dev·Nov 19, 2023Learning JavaScript #100DevsEmbarking on the Coding Odyssey with #100Devs In the enthralling realm of coding adventures, I've recently set sail on a captivating journey with the #100Devs program alongside the exceptional guide, Leon Noel. His prowess in unraveling the intricaci...DiscussLearn Full Stack with #100devsJavaScript
Ojas Elawadhiojaselawadhi.hashnode.dev·Nov 17, 2023Exploring Event Bubbling in JavaScript!Hey there, fellow coding enthusiasts! 🚀 Ever heard of event bubbling? It's like a little party trick JavaScript has up its sleeve when handling clicks and other actions on your web page. Let's take a stroll through this magical concept together, mak...Discussevent bubbling
Hooman PegahmehrforApplication Supportappsupport.academy·Aug 23, 2023PowerShell Tiny Project #12 - Real-time Tracking of Application Event LogsIn any debugging scenarios, we're drawn into reviewing the logs and if the application was developed with decent error handling and logging mechanism we have a good chance of finding our first clue. Not all the logs are clear and I have seen many .NE...Discuss·66 readsTiny PowerShell Projectslogging
Sven Willhauksvensblog.hashnode.dev·Aug 22, 2023Day 12 of learning JavaScript: Event Listener, const vs letHello! Today I started a new project to learn JavaScript. I want to build a Chrome extension, where you can save links. These links then are listed underneath the input button and you can click on them later on. This could be good for a salesperson w...Discuss·16 likes·26 readsJavaScript
Shivank Mitrashivankjshacker.hashnode.dev·Aug 11, 2023How To Build a JavaScript Drum Kit using Event Listeners 🥁Let's learn to build a drum kit on your browser using JavaScript. However, the drums won't be drummed, but typed! We'll be using event listeners to accomplish this. If you're not already aware of what they are, I'll be explaining them to you and prov...Discuss·31 readsJavaScript GuideJavaScript
Anjanesh LekshminarayananforAlpine JSalpinejs.in·Aug 11, 2023Update State Variables AutomaticallyAlpineJS has a global state management system through its global variable named store. We can store a variable named total for a page loaded in the browser like this : document.addEventListener('alpine:init', () => { Alpine.store('global_data', ...Discuss·51 readsevent listener
Nicole Listerfeltlisterfelt.hashnode.dev·Jul 26, 2023JavaScript Event ListenersIn this post, we will focus on the three event listeners used in my Board Game Menu app: click, change and submit. Click Event There are two 'click' events in the following gif. "I played this!" button Increases the number of times played by one. ...DiscussJavaScript
codewithartcodewithart.hashnode.dev·Jul 2, 2023Day 7 👨💻🔥, Interactive Web: Exploring JavaScript Events and InteractivityWelcome back, talented programmers! We'll take an interesting journey into the realm of JavaScript events and interaction in this blog article. Prepare to make your web pages come to life and respond to user activities. Prepare to develop color-chang...Discuss·35 readsJavascript SeriesWeb Development