Web design & 😃 development – Telegram
Web design & 😃 development
29.3K subscribers
786 photos
35 videos
87 files
825 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
🤣🤣
👍62
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
👍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🤣32
🔴 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?