🟥Best affordable high rated course 🟥
1) ⭐️Become a Full-Stack Web Developer with just ONE course. HTML, CSS, Javanoscript, Node, React, PostgreSQL, Web3 and DApps
👉 https://bitli.in/c5tuXT2
2) ⭐️Only web development course that you will need. Covers HTML, CSS, Tailwind, Node, React, MongoDB, Prisma, Deployment etc
👉 https://bitli.in/LKaquvh
3)⭐️ The Complete Web Development Course - Build 15 Projects
The only course you need to become a full-stack web developer. Covers HTML5, CSS3, JS, ES6, Node, APIs, Mobile & more!
👉 https://bitli.in/AgudsuZ
1) ⭐️Become a Full-Stack Web Developer with just ONE course. HTML, CSS, Javanoscript, Node, React, PostgreSQL, Web3 and DApps
👉 https://bitli.in/c5tuXT2
2) ⭐️Only web development course that you will need. Covers HTML, CSS, Tailwind, Node, React, MongoDB, Prisma, Deployment etc
👉 https://bitli.in/LKaquvh
3)⭐️ The Complete Web Development Course - Build 15 Projects
The only course you need to become a full-stack web developer. Covers HTML5, CSS3, JS, ES6, Node, APIs, Mobile & more!
👉 https://bitli.in/AgudsuZ
👍10❤2👏2
🔴 Join our discussion group
https://news.1rj.ru/str/website_DesignLearning_Group
https://news.1rj.ru/str/website_DesignLearning_Group
👍1
🔴 Run ads on our channel. Start with just $1. Contact👉 @sreetamo
🟥 Discussion group . join 👉 @website_DesignLearning_Group
👍2❤1
🔰 Github repositories every Developer should know 🔰
❗️A very popular repo that curates all topics from Development, testing, business, etc, etc.
https://github.com/sindresorhus/awesome
❗️Clean Code JavaScript
https://github.com/ryanmcdermott/clean-code-javanoscript
❗️Tech Interview Handbook
https://github.com/yangshun/tech-interview-handbook
❗️Developer Roadmaps, articles and resources for developers.
https://github.com/kamranahmedse/developer-roadmap
❗️33 JS Concepts
https://github.com/leonardomso/33-js-concepts
❗️Best websites a programmer should visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
❗️Design Resources for Developers
https://github.com/bradtraversy/design-resources-for-developers
❗️Big List of Naughty Strings:
https://github.com/minimaxir/big-list-of-naughty-strings
Join on telegram
https://news.1rj.ru/str/WebsiteDesignLearningGroup
❗️A very popular repo that curates all topics from Development, testing, business, etc, etc.
https://github.com/sindresorhus/awesome
❗️Clean Code JavaScript
https://github.com/ryanmcdermott/clean-code-javanoscript
❗️Tech Interview Handbook
https://github.com/yangshun/tech-interview-handbook
❗️Developer Roadmaps, articles and resources for developers.
https://github.com/kamranahmedse/developer-roadmap
❗️33 JS Concepts
https://github.com/leonardomso/33-js-concepts
❗️Best websites a programmer should visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
❗️Design Resources for Developers
https://github.com/bradtraversy/design-resources-for-developers
❗️Big List of Naughty Strings:
https://github.com/minimaxir/big-list-of-naughty-strings
Join on telegram
https://news.1rj.ru/str/WebsiteDesignLearningGroup
GitHub
GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics
😎 Awesome lists about all kinds of interesting topics - sindresorhus/awesome
👍8❤2
✅ Javanoscript Reduce method Example.
▫️ Finding the longest word in a given string.
function longerWord(a, b) {
if (a.length > b.length) {
return a;
} else {
return b;
}
}
const sentence = 'Hey there what are you doing this Wednesday night';
const longest = sentence.split(' ').reduce(longerWord);
console.log(longest);
// Wednesday
#JavaScript
(📚) • @WebsiteDesignLearningGroup
▫️ Finding the longest word in a given string.
function longerWord(a, b) {
if (a.length > b.length) {
return a;
} else {
return b;
}
}
const sentence = 'Hey there what are you doing this Wednesday night';
const longest = sentence.split(' ').reduce(longerWord);
console.log(longest);
// Wednesday
#JavaScript
(📚) • @WebsiteDesignLearningGroup
👍6🔥1
What will be the output of the following code? console.log(2 + "2" - 1);
Anonymous Quiz
32%
21
33%
"21"
29%
3
7%
11
👍3🤣3❤2
👍2