Web design & ๐Ÿ˜ƒ development
29.2K subscribers
499 photos
23 videos
67 files
762 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
๐Ÿ˜‚
๐Ÿคฃ36โค2๐Ÿ‘2๐Ÿ‘Œ2๐Ÿ‘Ž1๐Ÿ™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
๐Ÿ‘10โค2๐Ÿ‘2
๐Ÿ˜ญ๐Ÿ˜ญ
๐Ÿ˜19๐Ÿคฃ15๐Ÿ”ฅ4๐Ÿ’”3โค2๐Ÿ˜ฑ2
๐Ÿ”ด Join our discussion group
https://t.me/website_DesignLearning_Group
๐Ÿ‘1
๐Ÿ”ฐ JavaScript tip

Use a replacer function in the JSON stringify method to define which values should be included or modify them.
๐Ÿ‘15โค6๐Ÿ”ฅ3
๐Ÿ”ด 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
๐Ÿ‘8โค1
๐Ÿคฃ๐Ÿคฃ
๐Ÿ‘6โค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
๐Ÿ‘6๐Ÿ”ฅ1
๐Ÿ”… Loading Animation in CSS
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