1. Codecanyon.net
2. Sellanycode.com
3. Codester.com
4. Codegrape.com
5. Piecex.com
Save and Share 🚀
🔴 Learn blockchain development
https://news.1rj.ru/str/blockchaindv
2. Sellanycode.com
3. Codester.com
4. Codegrape.com
5. Piecex.com
Save and Share 🚀
🔴 Learn blockchain development
https://news.1rj.ru/str/blockchaindv
👍4
✅ Javanoscript Reduce method Example.
▫️ Finding the longest word in a given string.
#JavaScript
(📚) • @WebsiteDesignLearningGroup
▫️ 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
👍9❤2
Forwarded from supsayan
No more drains and painful searches - all assets for free in my tg channel's 👇
🎨 Graphics Leaks - a ideal place for graphic designers to find premium layouts, effects, fonts, vector elements and more.
🎨 AE Stock & Edits - a channel for motion designers where you will find many useful premium presets, plugins, footages and transitions.
Yes, we found and downloaded everything for you and share it for free
Yes, we found and downloaded everything for you and share it for free
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤1
🌟Top 10 Github Repositories For Web Developer🌟
1. Web Developer-Roadmap : https://github.com/kamranahmedse/developer-roadmap
2. 30-Seconds-Of-Code : https://github.com/30-seconds/30-seconds-of-code
3. Awesome-Cheatsheets : https://github.com/LeCoupa/awesome-cheatsheets
4. CSS-Protips : https://github.com/AllThingsSmitty/css-protips
5. 33-JS-Concepts : https://github.com/leonardomso/33-js-concepts
6. You-Dont-Know-JS : https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed
7. Front-End-Checklist : https://github.com/thedaviddias/Front-End-Checklist
8. Javanoscript-Questions : https://github.com/lydiahallie/javanoscript-questions
9. Clean-Code-Javanoscript : https://github.com/ryanmcdermott/clean-code-javanoscript
10. free-programming-books : https://github.com/EbookFoundation/free-programming-books
1. Web Developer-Roadmap : https://github.com/kamranahmedse/developer-roadmap
2. 30-Seconds-Of-Code : https://github.com/30-seconds/30-seconds-of-code
3. Awesome-Cheatsheets : https://github.com/LeCoupa/awesome-cheatsheets
4. CSS-Protips : https://github.com/AllThingsSmitty/css-protips
5. 33-JS-Concepts : https://github.com/leonardomso/33-js-concepts
6. You-Dont-Know-JS : https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed
7. Front-End-Checklist : https://github.com/thedaviddias/Front-End-Checklist
8. Javanoscript-Questions : https://github.com/lydiahallie/javanoscript-questions
9. Clean-Code-Javanoscript : https://github.com/ryanmcdermott/clean-code-javanoscript
10. free-programming-books : https://github.com/EbookFoundation/free-programming-books
👍6
🔴 join our discussion group
👉https://news.1rj.ru/str/website_DesignLearning_Group
👉https://news.1rj.ru/str/website_DesignLearning_Group
🔰 Next.js Projects available. Contact 👉 @sreetamo
🔴 IMDB, 🔴Instagram, 🔴X-Twitter, 🔴Google clone
Contact👉 @sreetamo
Download Full Course
🔴 IMDB, 🔴Instagram, 🔴X-Twitter, 🔴Google clone
Contact👉 @sreetamo
Download Full Course
👍1
5 low competition freelance website for web developers
⭐Stack overflow
⭐Codepen
⭐Hireable
⭐Gigstar
⭐Hired
Comment down if you know other sites
Learn blockchain
https://news.1rj.ru/str/blockchaindv
⭐Stack overflow
⭐Codepen
⭐Hireable
⭐Gigstar
⭐Hired
Comment down if you know other sites
Learn blockchain
https://news.1rj.ru/str/blockchaindv
👍8❤1
JavaScript reduce(), some(), and every() method explained
👍2🔥1