#javascript search results
Day 2 of revising JavaScript 💻 Built a digital clock using HTML, CSS, and JS ⏰ It might look simple, but seeing the time actually move because of my own code felt awesome! Small steps, but consistent ones — that’s how I’m building my dev journey 🚀#javascript #buildinpublic
Day 6 of my JavaScript revision. Built a password generator today. Not the biggest project, not the cleanest code… but I understood why each line exists. This time I’m not rushing. Slow progress is still progress. Learning to enjoy the journey now. #javascript #buildinpublic
🚀Day 36 #CoderArmy Revisiting core JavaScript Concepts today with some smart assignments ✨ Strengthening logic, understanding deeper, improving everyday 💪 Consistency is superpower ⚙️🚀 #BuildInPublic #Javascript #Web3Community
Day 63–75 of #100DaysOfCode 💻 These days were all about getting stronger in JavaScript and DSA. ✨ JS: Objects → Closures → Map/Filter/Reduce → DOM → Event Loop ⚙️ DSA: Arrays , Grid & Stock DP,Trie (Insert, Search, Delete) #javascript #dsa
🚀 Day 21 of #Phase1 #30DaysOfCode 🚀 Diving deeper into JavaScript logic 💻✨ ⚙️ Conditional Statements 🔗 Logical Operators ✅ Truthy & Falsy Values 🔔 Alerts & Prompts JS is getting clearer 💪 #JavaScript #WebDevelopment #30DaysOfCode #CodingJourney #LearningInPublic
🔥 Day 8 of #100DaysOfCode • Added UI to my Rock Paper & Scissors game Don’t mind my design 😅 — still learning! Check it out: befeleo.github.io/Rock-Paper-Sci… Github: github.com/befeleo/Rock-P… #JavaScript #DevJourney #buildinpublic
🔥 Day 7 of #100DaysOfCode • Learned about the DOM and how to manipulate elements in JavaScript • Explored events and how they interact with web pages #JavaScript #WebDevelopment #DevJourney
This problem made me finally get how Promise.race() really works ⚡ JS async flow = unlocked 🧠 If you’re trying to truly get JavaScript Promises — DM me or drop a comment “explain”, I’ll explain it simply 🔥 #JavaScript #LeetCode #AsyncJS #100DaysOfCode #WebDev #TechTwitter
+ I completed Build a Library Manager + 4 functions that take an array of book objects and returns titles, authors, summaries, filters by author, and total pages using the map, filter, and reduce methods #freecodecamp #buildinpublic #javascript github.com/BACCAM/worksho…
JavaScript devs, when did you realize functions are objects and you can attach properties to them? Just learned this and it feels wrong.💀 What's a real-world use case for this vs. just... using an object? Someone explain. #JavaScript #JS #webdev #Programming #TIL #Coding #viral
Unpopular opinion: If you learn React before mastering JavaScript, you’re setting yourself up for frustration. JS first → React second = smooth learning curve ⚛️ Agree or disagree? 🤔 #JavaScript #ReactJS #WebDev
The day I started learning JavaScript, I heard a sentence that has stayed in my mind ever since: “Just twenty minutes of learning a day can change your future.” #Javascript @CodeToInspire @E_Ehrari #AfghanGirlsCode #Learn20Minutes
It’s funny how misunderstanding a problem can waste so much time. I spent a lot of time on version 1 of the code below trying to solve it, but I couldn’t pass all the tests until I reread the problem and realized I was doing something completely different. 😅 #JavaScript
Started working on a Restaurant Menu Web Page today. 1. Displays all menu items 2. Users can filter by category (Breakfast / Lunch / Dinner, etc.) Building this will help me later when I make such restaurant or ecommerce sites. #JavaScript #WebDevelopment #100DaysOfCode
Grind Log – Day 100✅ Week 3 DOM Advance ToDo App, learned how state + component-like patterns work in JS. Feels great seeing concepts click 🔥 @kirat_tw ✅ Live: todo-new-prod.netlify.app 💻 Code: github.com/Tusharmgs/todo… #100DaysOfCode #Cohort3 #JavaScript #WebDev #BuildInPublic
Grind Log – Day 100✅ Week 3 DOM Advance ToDo App, learned how state + component-like patterns work in JS. Feels great seeing concepts click 🔥 @kirat_tw ✅ Live: todo-new-prod.netlify.app 💻 Code: github.com/Tusharmgs/todo… #100DaysOfCode #Cohort3 #JavaScript #WebDev #BuildInPublic
Jenkins : How to download and install Jenkins codeztech.com/2020/01/downlo… #developer #javascript #javascript30 #javadeveloper #100DaysOfCode #CodeNewbie #Java #Angular #codinglife #CodeNewbie
💻 Day 05 of #100DaysOfCode 📅 5 Nov 2025 Topics covered today: for...of loop forEach filter() map() Callbacks in JS A little late to post this — my router was down, and Day 6 got wasted because of it 😞 But still keeping the streak alive 💪 #JavaScript #Buildinpublic
Does frontend alone has good carrer or do I have to know both frontend and backend to have good career? If Frontend is just enough what are key skill i have get to make a shine ? Thanks in advance. #frontend #JavaScript #backend #dsa.
JavaScript Just Leveled Up: ES2025 - You’ll Fall in Love With jsdevspace.substack.com/p/javascript-j… #javascript
約1年前の記事だけど、開発環境をどうしてるかは参考になりますね。差込の漫画チョイスもすきです。 これがkintone開発の理想形!! 開発環境を劇的に改善した話 - PLEX Product Team Blog product.plex.co.jp/entry/improvem… #JavaScript #フロントエンドエンジニア #kintone #react #typesciprt
Built a modern, interactive terminal-style portfolio 💻 Real CLI feel — ASCII art, neon green theme, draggable Mac-style resume viewer, and animated terminal output. Pure HTML, CSS & Vanilla JS. #WebDesign #FrontendDev #JavaScript #DeveloperPortfolio
**React devs, stop guessing!** ✋ I just demystified the **curly braces { }** in JSX! This is how you embed JavaScript variables, expressions, and functions into your Reactjs compon. [youtu.be/5rg8q9KOBHw?si…] #React #JavaScript #JSX #WebDev #Coding #GenZJavaScript
youtube.com
YouTube
React JSX: How to Use JavaScript Variables & Expressions with Curly...
#devanddesign #frontendbootcamp #javascript #stringoperations #templateliterals #frontenddeveloper #codingjourney #learnjavascript #webdevelopment #developerlife #buildinpublic #softwareengineering #techjourney
Sometimes we need to break a list into smaller pieces — for pagination, batching API calls, or organizing UI cards. In the spirit of Functional Programming the below helper function can do that. solve([1,2,3,4,5], 2) // [[1,2],[3,4],[5]] devsip.tech #JavaScript
Day 2 of revising JavaScript 💻 Built a digital clock using HTML, CSS, and JS ⏰ It might look simple, but seeing the time actually move because of my own code felt awesome! Small steps, but consistent ones — that’s how I’m building my dev journey 🚀#javascript #buildinpublic
Day 6 of my JavaScript revision. Built a password generator today. Not the biggest project, not the cleanest code… but I understood why each line exists. This time I’m not rushing. Slow progress is still progress. Learning to enjoy the journey now. #javascript #buildinpublic
Started working on a Restaurant Menu Web Page today. 1. Displays all menu items 2. Users can filter by category (Breakfast / Lunch / Dinner, etc.) Building this will help me later when I make such restaurant or ecommerce sites. #JavaScript #WebDevelopment #100DaysOfCode
🚀Day 36 #CoderArmy Revisiting core JavaScript Concepts today with some smart assignments ✨ Strengthening logic, understanding deeper, improving everyday 💪 Consistency is superpower ⚙️🚀 #BuildInPublic #Javascript #Web3Community
🚀 Day 21 of #Phase1 #30DaysOfCode 🚀 Diving deeper into JavaScript logic 💻✨ ⚙️ Conditional Statements 🔗 Logical Operators ✅ Truthy & Falsy Values 🔔 Alerts & Prompts JS is getting clearer 💪 #JavaScript #WebDevelopment #30DaysOfCode #CodingJourney #LearningInPublic
Day 63–75 of #100DaysOfCode 💻 These days were all about getting stronger in JavaScript and DSA. ✨ JS: Objects → Closures → Map/Filter/Reduce → DOM → Event Loop ⚙️ DSA: Arrays , Grid & Stock DP,Trie (Insert, Search, Delete) #javascript #dsa
The day I started learning JavaScript, I heard a sentence that has stayed in my mind ever since: “Just twenty minutes of learning a day can change your future.” #Javascript @CodeToInspire @E_Ehrari #AfghanGirlsCode #Learn20Minutes
This problem made me finally get how Promise.race() really works ⚡ JS async flow = unlocked 🧠 If you’re trying to truly get JavaScript Promises — DM me or drop a comment “explain”, I’ll explain it simply 🔥 #JavaScript #LeetCode #AsyncJS #100DaysOfCode #WebDev #TechTwitter
🚀 Day 15 / #100DaysOfCode Created my first GitHub repository today! 🎉 Small step, big motivation 💻 Every commit = one step closer to mastery. #JavaScript #GitHub #WebDev #CodingJourney #BuildNotBorrow
🚀Day 35 #Coderarmy Took a 50-question mini JavaScript interview today Tested my skills & found where I stand 💻 Identified gaps & areas to improve 🔍 Level up my JS knowledge every day 🚀 #BuildInPublic #Javascript #CodingJourney @rohit_negi9
Day 7 — 100 Days of Code Completed my JavaScript today + built a small practice project. Feeling good about how far I’ve come in just a week. #100DaysOfCode #JavaScript #WebDev
Day 01 of #100DaysOfCode 1 Nov 2025 Topics I covered today: Intro to JS var, let & const Data types Memory management Operators The journey has begun #Buildinpublic #javascript
Something went wrong.
Something went wrong.
United States Trends
- 1. #CARTMANCOIN 1,726 posts
- 2. Broncos 66.3K posts
- 3. yeonjun 220K posts
- 4. Raiders 66K posts
- 5. Bo Nix 18.2K posts
- 6. Geno 18.7K posts
- 7. Sean Payton 4,794 posts
- 8. daniela 46.5K posts
- 9. #criticalrolespoilers 4,998 posts
- 10. #TNFonPrime 4,040 posts
- 11. Kehlani 9,675 posts
- 12. Kenny Pickett 1,510 posts
- 13. #Pluribus 2,753 posts
- 14. Pete Carroll 1,987 posts
- 15. Bradley Beal 3,592 posts
- 16. Chip Kelly 1,985 posts
- 17. Jalen Green 7,646 posts
- 18. TALK TO YOU OUT NOW 27.8K posts
- 19. Danny Brown 3,083 posts
- 20. #PowerForce N/A