๐ฅ๐ฅJOIN OUR DISCUSSION GROUP๐ฅ๐ฅ https://t.me/website_DesignLearning_Group
Telegram
Web development ๐discussion
web development discussion group ๐ฅ๐ฅ๐ฅ
Subscribe to get free learning resources
๐๐๐
http://t.me/WebsiteDesignLearningGroup
Admin @sreetamo @Tranjar
#html #css #javascript #bootstrap #php #nodejs #webdevelopment
Subscribe to get free learning resources
๐๐๐
http://t.me/WebsiteDesignLearningGroup
Admin @sreetamo @Tranjar
#html #css #javascript #bootstrap #php #nodejs #webdevelopment
โค3๐ฅฐ1
โฉ Which continent are you from?
Anonymous Poll
43%
Asia
46%
Africa
4%
Europe
2%
Australia
2%
North America
2%
South America
๐8๐ฅฐ3๐1
We are planning to launch several web development course from basic to super advance. Are you looking for an excellent web development course??
Anonymous Poll
92%
Yes
8%
No
โค6๐3
๐ฅ Who want live paid class?? comment below.
๐22๐12๐1
๐ฅBest affordable high rated course ๐ฅ
1) โญ๏ธBecome a Full-Stack Web Developer with just ONE course. HTML, CSS, Javascript, 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, Javascript, 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://t.me/website_DesignLearning_Group
https://t.me/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-javascript
โ๏ธ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://t.me/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-javascript
โ๏ธ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://t.me/WebsiteDesignLearningGroup
GitHub
GitHub - sindresorhus/awesome: ๐ Awesome lists about all kinds of interesting topics
๐ Awesome lists about all kinds of interesting topics - sindresorhus/awesome
๐8โค1
โ
Javascript 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
34%
"21"
28%
3
7%
11
๐3๐คฃ3โค1