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
🟥 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, Javanoscript, 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
👍102👏2
😭😭
😁19🤣15🔥43💔3😱2
🔰 JavaScript tip

Use a replacer function in the JSON stringify method to define which values should be included or modify them.
👍166🔥3
🔴 Run ads on our channel. Start with just $1. Contact👉 @sreetamo
🟥 Discussion group . join 👉 @website_DesignLearning_Group
👍21
🤣🤣
👍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