Html Css js Frontend projects
9.83K subscribers
1.06K photos
137 videos
64 files
172 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
πŸ”° Filtering and Modifying Array Elements in JavaScript

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.
πŸ”₯3
Forwarded from Web design source code
😴 Still using the old way to define media queries in CSS in 2025? Time to rewrite those definitions!

πŸ”₯ Here is the modern and very concise way for defining media queries, that was introduced a while back in CSS.

This also works with only one value defined:

Eg: (80rem <= width)
πŸ‘1
⌨️ You must know these handy JavaScript array methods.
1πŸ‘3
Tired of async/await bugs crashing your app? πŸ˜–

Learn clean, practical patterns to handle async errors like a pro!
πŸ‘1
Forwarded from Web design source code
Media is too big
VIEW IN TELEGRAM
πŸ”… Bootstrap 5 Crash Course

Bootstrap is one of the most widely used CSS frameworks, but it can be quite complex to learn since there are so many features in Bootstrap. In this video I will be breaking down everything you need to know about Bootstrap by covering the entire grid system, 6 popular components, and 6 categories of utility classes.
πŸ”₯1
πŸ”° Working with URLs in JavaScript!!

Key JavaScript URL operations to simplify building, parsing, and dynamically managing web resources efficiently.
πŸ”₯1