Web design & ๐Ÿ˜ƒ development
29.3K subscribers
797 photos
35 videos
89 files
830 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
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๐Ÿ‘2โค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.iss.one/website_DesignLearning_Group
๐Ÿ‘4โค3
๐Ÿ‘11โค2
Express.js with Typescript
๐Ÿ‘14โค2