🔅 Event delegation in Javascript!!
Commonly used for handling clicks on dynamically added elements, managing events for a large number of similar elements efficiently, and simplifying event management in complex user interfaces.
👍20❤11
Lazy push-based streams of asynchronous data, allowing you to react to multiple values over time, unlike promises which handle a single value.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍17❤8
🔅 JavaScript Essential Training
🌐 Author: Morten Rand-Hendriksen
🔰 Level: Beginner
⏰ Duration: 6h 14m
📗 Topics: JavaScript
📤 Join Learn JavaScript for more courses
🌀 Get hands-on experience scripting in JavaScript. Learn how to work with objects, variables, data types, conditionals, functions, loops, the DOM, and more.
Please open Telegram to view this post
VIEW IN TELEGRAM
❤19👍11
You may want to filter out certain elements while modifying the remaining elements in an array.
In JavaScript, this can be accomplished in the following ways:
1. Using filter and map methods together.
2. Use the reduce method to achieve both tasks in a single step.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍27❤10
In this article, we will talk about a powerful and flexible UI component library designed specifically for Nuxt applications. This guide will walk you through the process of integrating NuxtUI into your Nuxt 3 project, leveraging the power of Vue 3's Composition API to create stunning, responsive, and highly customizable user interfaces.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍18❤5
Use a replacer function in the JSON stringify method to define which values should be included or modify them.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍34❤6