This media is not supported in your browser
VIEW IN TELEGRAM
๐9๐ฅ3โค1
This media is not supported in your browser
VIEW IN TELEGRAM
๐8๐6๐ฅ2๐ฑ1
CHALLENGE
๐ด What will be the output?? Comment below ๐
const func = () => arguments.length;
console.log(func(1, 2, 3));
๐ด What will be the output?? Comment below ๐
๐4๐2๐ฅ1
CHALLENGE
๐ดWhat will be output??
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
๐ด What will be the output??
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??
๐18๐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
#estoolkit #library #package
Read more ๐ https://github.com/toss/es-toolkit
๐10๐ฅ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
๐ 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
#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
๐ฅ 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
Web design & ๐ development
https://youtu.be/iOWWmfMRqs0?si=e4nHNTGy8J3Wx1jC
๐ดHave you checked this amazing project??
The Complete Django Rest Framework Bootcamp 2024 https://www.udemy.com/course/the-complete-django-rest-framework-bootcamp-2024-latest/?couponCode=2ABA060E53E3156CC0FC ๐ฅFree for limited time๐ฅ
Udemy
The Complete Django Rest Framework Bootcamp [Latest]
<p>Welcome to a transformative learning experience that will empower you with essential skills in Python, Django, and API development, ensuring you stay at the cutting edge of technology in 2024 and beyond.</p><p>In today's rapidly evolving tech landscapeโฆ
๐5โค3