Web design & 😃 development – Telegram
Web design & 😃 development
29.3K subscribers
786 photos
35 videos
87 files
825 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
🤣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👎52
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👍21
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
👍117👎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👍53
JavaScriptNotesForProfessionals.pdf
4.1 MB
JavaScriptNotesForProfessionals.pdf
🔥124👍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://news.1rj.ru/str/website_DesignLearning_Group
👍43
👍112
Express.js with Typenoscript
👍142