Web design & ๐Ÿ˜ƒ development
29.2K subscribers
499 photos
23 videos
67 files
762 links
Admin๐Ÿ‘ฎ @sreetamo @Tranjar

Get free resources for webdevelopment , html , CSS , JavaScript , reactjs , wordpress , Php , nodejs ...etc. Buy ads: https://telega.io/c/WebsiteDesignLearningGroup
๐Ÿ‘ฅGroup๐Ÿ‘ฅ @website_DesignLearning_Group
Download Telegram
๐Ÿ–ฅ What is Debouncing?

What is Debouncing in JavaScript? Another Tricky JavaScript Question.

Often used for search queries as you type or auto-saving drafts while writing.
โค7๐Ÿ‘2
โŒจ๏ธ MomentJS library

It's commonly used for parsing, validating, manipulating, and formatting dates and times in JavaScript. It provides an extensive set of features for working with dates and times, making it easier for developers to handle various date-related tasks in their applications.
๐Ÿ‘7๐Ÿ‘1
โŒจ๏ธ nth Child of Selectors in CSS
โค16๐Ÿ‘11๐Ÿ”ฅ1
This media is not supported in your browser
VIEW IN TELEGRAM
๐ŸŒŸHover effect ๐ŸŒŸ

๐Ÿ‘‰Source code
https://codepen.io/hourwinner/pen/gOaWdNy
๐Ÿ‘7๐Ÿ‘5๐Ÿ”ฅ2๐Ÿ˜ฑ1
CHALLENGE

const func = () => arguments.length;
console.log(func(1, 2, 3));


๐Ÿ”ด What will be the output?? Comment below ๐Ÿ‘‡
๐Ÿ‘Ž4๐Ÿ‘2๐Ÿ”ฅ1
๐Ÿคฃ37๐Ÿ˜7๐Ÿ‘2๐Ÿ”ฅ2
CHALLENGE

const obj1 = { a: 1, b: { c: 2 } };
const obj2 = { ...obj1 };

obj1.b.c = 3;

console.log(obj2.b.c);


๐Ÿ”ดWhat will be output??
โค7๐Ÿ‘7
CHALLENGE

class Parent {
static greet() {
return 'Hello from Parent';
}
}

class Child extends Parent {
static greet() {
return super.greet() + ' and Child';
}
}

const childInstance = new Child();
console.log(childInstance.greet);


๐Ÿ”ด What will be the output??
๐Ÿ‘17๐Ÿ‘Ž5โค2
es-toolkit - a modern JavaScript utility library that's 2-3 times faster and up to 97% smaller, a major upgrade to lodash

#estoolkit #library #package

Read more ๐Ÿ‘‰ https://github.com/toss/es-toolkit
๐Ÿ‘10๐Ÿ”ฅ1
๐Ÿคฃ๐Ÿคฃ๐Ÿคฃ๐Ÿคฃ
๐Ÿคฃ44๐Ÿ˜18โค1๐Ÿ‘1
Did you know about this new feature in town? You can now add elements in between to create visual partitioning.

๐Ÿ‘‰ This feature is available in recent versions of all major browsers, but may not work in old ones.

๐Ÿ‘‰ If you want a defined grouping, with group names though, use the instead
๐Ÿ‘11โค7๐Ÿ‘Ž1
Anyone can access deleted and private repository data on GitHub.

#article #security #git

https://thedevs.link/9Ulvqm
โค4๐Ÿ˜3๐Ÿ‘2
๐Ÿ„Next month, we will offer a variety of Udemy courses. What specific courses are you interested in? Please let us know.
โค13๐Ÿ‘4๐Ÿ”ฅ1
CHALLENGE โ“


const array = [1, 2, 3];
const result = array.map(function(n) {
return this ? n : 0;
}, false);

console.log(result);
โค3๐Ÿ”ฅ2๐Ÿ‘1
๐Ÿ”ด what will be the output??
๐Ÿคฃ๐Ÿคฃ๐Ÿคฃ๐Ÿคฃ Today I found a great post.
๐Ÿ˜38๐Ÿ‘5โค3
JavaScriptNotesForProfessionals.pdf
4.1 MB
JavaScriptNotesForProfessionals.pdf
๐Ÿ”ฅ12โค4๐Ÿ‘4
๐ŸŸฅ Hi guys, many jobs are being posted on our group. Please be active on group. We will pin job posts in the group Don't spam. https://t.me/website_DesignLearning_Group
๐Ÿ‘4โค3