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
๐Ÿ”ฐ 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.iss.one/WebsiteDesignLearningGroup
๐Ÿ‘8โค2
๐Ÿคฃ๐Ÿคฃ
๐Ÿ‘6โค2
โœ… 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
33%
"21"
29%
3
7%
11
๐Ÿ‘3๐Ÿคฃ3โค2
โค1๐Ÿ”ฅ1
๐Ÿ”ด What will be output of this code?
Anonymous Quiz
32%
0,2
20%
1,2
22%
1,1
25%
0,1
๐Ÿ”ดWhat will be the output?
Anonymous Quiz
41%
True
26%
False
17%
TypeError
17%
Undefined
๐Ÿ‘2
๐Ÿ”ดWhat will be the output?
โค1
๐Ÿ”ดWhat will be the output?
โค1
๐Ÿ”ดWhat will be the output?
โค1
๐Ÿ”ดWhat will be the output?
๐Ÿ”ดWhat will be the output?
โค1๐Ÿ‘1
๐Ÿ”ดWhat will be the output?
๐Ÿ”ดWhat will be the output?
โค1
๐Ÿ”ดWhat will be the output?
๐Ÿ‘Ž2
๐Ÿ”ดWhat will be the output?
๐Ÿ”ดWhat will be the output?
๐Ÿ”ดWhat will be the output?