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
๐Ÿคฃ๐Ÿคฃ
๐Ÿ‘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?