#30daysofjavascript 搜尋結果
Day 29: Practiced higher-order functions & callback mastery Day 30: Built a final mini project combining arrays, DOM, & async JS ✅ 30 Days Complete This journey sharpened my problem-solving,and real-world coding skills. #30DaysOfJavaScript #100DaysOfCode #WebDev #javascript

Hey guys, Day 22 of #30daysofJavaScript #javascript #webdevelopment #Frontend #CodingChallenge #CodingJourney


Day 30/30 of my #30DaysOfJavaScript on @LeetCode is complete! 🎉 This journey built consistency, discipline & sharpened my JS problem-solving 💻🔥 Huge thanks to @NamasteDev for the motivation. 🚀 On to the next challenge! #JavaScript #LeetCode"


Hey guys, Day 26 of #30daysofJavaScript #javascript #webdevelopment #Frontend #CodingChallenge #CodingJourney

🚀 Day 22/30 - #30DaysofJavaScript Today I enhanced all arrays with a .last() method using JavaScript's prototype! Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨ Loving how powerful JavaScript can be! 💻🔥 #JavaScript #Coding #LeetCode #100DaysOfCode
![Ayusshs16's tweet image. 🚀 Day 22/30 - #30DaysofJavaScript
Today I enhanced all arrays with a .last() method using JavaScript's prototype!
Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨
Loving how powerful JavaScript can be! 💻🔥
#JavaScript #Coding #LeetCode #100DaysOfCode](https://pbs.twimg.com/media/Gwa9LjDWEAAUjcr.jpg)
![Ayusshs16's tweet image. 🚀 Day 22/30 - #30DaysofJavaScript
Today I enhanced all arrays with a .last() method using JavaScript's prototype!
Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨
Loving how powerful JavaScript can be! 💻🔥
#JavaScript #Coding #LeetCode #100DaysOfCode](https://pbs.twimg.com/media/Gwa9LZJbEAERGgQ.png)
![Ayusshs16's tweet image. 🚀 Day 22/30 - #30DaysofJavaScript
Today I enhanced all arrays with a .last() method using JavaScript's prototype!
Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨
Loving how powerful JavaScript can be! 💻🔥
#JavaScript #Coding #LeetCode #100DaysOfCode](https://pbs.twimg.com/media/Gwa9LgeXkAEHyLV.jpg)
Day 08 of getting placed within 6-8 months! Learned about variables: let, const, var. Built a Cart Quantity feature. Integrated JavaScript with HTML & CSS. Used console.log() for debugging. day 02 of #30daysofjavascript #100DaysOfCode #WebDevelopment #buildinpublic

🚀 Day 24 of #30DaysOfJavaScript ✅ Completed Leetcode #2724: Sort By 🧠 Leveraged custom comparator in .sort() with a function callback 📊 All test cases passed + clean runtime! #CodeNewbie #100DaysOfCode #JavaScript #LeetCode #DevCommunity



Day 5 of #100DaysOfCode Continue learning JavaScript ✅ #javascript #30DaysOfJavaScript #code #SoftwareEngineering

#30DaysOfJavaScript – Day 19 & 20 ✅ Day 19: Advanced Array Methods 💰 Sum object values using .reduce() 👥 Grouping by property ✅ Day 20: DOM Events & Animation 🖱 Mouseover effects ✅ Input lvalidation ⏳ Countdowntimer #CodeNewbie #100DaysOfCode #JavaScript #DevJourney


Day 09 of getting placed within 6-8 months! • Boolean logic, if-statements & Rock Paper Scissors game • Functions, parameters & cleaner code optimization day 03 of #30daysofjavascript #100DaysOfCode #WebDevelopment #buildinpublic

Day 28 #30DaysOfJavaScript on @LeetCode Solved LeetCode 2694: Event Emitter Built an EventEmitter class to handle: ✔️ Subscriptions ✔️ Emissions (with args) ✔️ Unsubscribing Loved how this problem mirrors real-world event-driven programming in JS. inspired by @akshaymarch7


✅ Day 16 of #30DaysOfJavaScript Solved Leetcode 2637. Promise Time Limit ⏳✨ 🔹 Learned how to wrap async functions with a timeout using Promise.race() 🔹 If execution exceeds a limit, reject gracefully with an error message 🔹 Passed all test cases with solid runtime!#Leetcode



⚠️2704: To Be Or Not To Be (Solved ✅) { used objects,arrow functions ,conditional statements!! } #30daysofjavascript #javascript #leetcode

🚀 Day 26 of #30DaysOfJavaScript ✅ Solved: Flatten Deeply Nested Array 🔍 Recursion + Depth Tracking to flatten arrays without .flat() 💪 Runtime beats 88.12% | Memory beats 74.07% Onwards to the final stretch! 🔥 #100DaysOfCode #JavaScript #LeetCode #CodingChallenge



Day 29: Practiced higher-order functions & callback mastery Day 30: Built a final mini project combining arrays, DOM, & async JS ✅ 30 Days Complete This journey sharpened my problem-solving,and real-world coding skills. #30DaysOfJavaScript #100DaysOfCode #WebDev #javascript

Hey guys, Day 22 of #30daysofJavaScript #javascript #webdevelopment #Frontend #CodingChallenge #CodingJourney


Day 30/30 of my #30DaysOfJavaScript on @LeetCode is complete! 🎉 This journey built consistency, discipline & sharpened my JS problem-solving 💻🔥 Huge thanks to @NamasteDev for the motivation. 🚀 On to the next challenge! #JavaScript #LeetCode"


Hey guys, Day 26 of #30daysofJavaScript #javascript #webdevelopment #Frontend #CodingChallenge #CodingJourney

Day 28 #30DaysOfJavaScript on @LeetCode Solved LeetCode 2694: Event Emitter Built an EventEmitter class to handle: ✔️ Subscriptions ✔️ Emissions (with args) ✔️ Unsubscribing Loved how this problem mirrors real-world event-driven programming in JS. inspired by @akshaymarch7


✅ Day 16 of #30DaysOfJavaScript Solved Leetcode 2637. Promise Time Limit ⏳✨ 🔹 Learned how to wrap async functions with a timeout using Promise.race() 🔹 If execution exceeds a limit, reject gracefully with an error message 🔹 Passed all test cases with solid runtime!#Leetcode



🚀 Day 24 of #30DaysOfJavaScript ✅ Completed Leetcode #2724: Sort By 🧠 Leveraged custom comparator in .sort() with a function callback 📊 All test cases passed + clean runtime! #CodeNewbie #100DaysOfCode #JavaScript #LeetCode #DevCommunity



🧩 Day 21 of #30DaysOfJavaScript Solved LeetCode #2677 - Chunk Array 🔥 Passed all 76 test cases! ⏱ Runtime: 46ms (Beats 51.21%) 💾 Memory: 57.75MB (Beats 11.44%) 👨💻 Progress: Stronger logic, cleaner code. Let’s keep going! 💪 #LeetCode #100DaysOfCode #JavaScript



🚀 Day 22/30 - #30DaysofJavaScript Today I enhanced all arrays with a .last() method using JavaScript's prototype! Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨ Loving how powerful JavaScript can be! 💻🔥 #JavaScript #Coding #LeetCode #100DaysOfCode
![Ayusshs16's tweet image. 🚀 Day 22/30 - #30DaysofJavaScript
Today I enhanced all arrays with a .last() method using JavaScript's prototype!
Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨
Loving how powerful JavaScript can be! 💻🔥
#JavaScript #Coding #LeetCode #100DaysOfCode](https://pbs.twimg.com/media/Gwa9LjDWEAAUjcr.jpg)
![Ayusshs16's tweet image. 🚀 Day 22/30 - #30DaysofJavaScript
Today I enhanced all arrays with a .last() method using JavaScript's prototype!
Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨
Loving how powerful JavaScript can be! 💻🔥
#JavaScript #Coding #LeetCode #100DaysOfCode](https://pbs.twimg.com/media/Gwa9LZJbEAERGgQ.png)
![Ayusshs16's tweet image. 🚀 Day 22/30 - #30DaysofJavaScript
Today I enhanced all arrays with a .last() method using JavaScript's prototype!
Now [1, 2, 3].last() gives 3 and [].last() gives -1 ✨
Loving how powerful JavaScript can be! 💻🔥
#JavaScript #Coding #LeetCode #100DaysOfCode](https://pbs.twimg.com/media/Gwa9LgeXkAEHyLV.jpg)
Day 5 of #100DaysOfCode Continue learning JavaScript ✅ #javascript #30DaysOfJavaScript #code #SoftwareEngineering

Day 13/30 of #30DaysOfJavaScript! Pro tip: Watch those infinite loops 🌀 and time your code with console.time() ⏱ #JavaScript #DevLife #CodeNewbie #100DaysOfCode #FrontendDeveloper


Day 08 of getting placed within 6-8 months! Learned about variables: let, const, var. Built a Cart Quantity feature. Integrated JavaScript with HTML & CSS. Used console.log() for debugging. day 02 of #30daysofjavascript #100DaysOfCode #WebDevelopment #buildinpublic

💡 Day 23/30 - #30DaysOfJavaScript Today’s challenge: Array.prototype.groupBy() 🧠 Grouped data like a pro without using Lodash 💪 ✔️ Passed all 86 test cases 🚀 Runtime beats 93.62% 🧠 Learned the power of prototype & custom logic! #JavaScript #CodingChallenge #LeetCode



✅ Day 10 of #30DaysOfJavaScript Solved 2666. Allow One Function Call on @LeetCode 🕒 Runtime: 51ms | 💾 Memory: 52.54MB Feeling great—JavaScript fundamentals getting sharper every day! 💪🔥 #LeetCode #100DaysOfCode



✅ Day 12 of #30DaysOfJavaScript Solved 2723. Add Two Promises on @LeetCode ✨ Learning how to combine multiple async results elegantly with Promise.all() 💡 🕒 Runtime: 56ms | 💾 Memory: 53.54MB #LeetCode #100DaysOfCode



🚀 Day 26 of #30DaysOfJavaScript ✅ Solved: Flatten Deeply Nested Array 🔍 Recursion + Depth Tracking to flatten arrays without .flat() 💪 Runtime beats 88.12% | Memory beats 74.07% Onwards to the final stretch! 🔥 #100DaysOfCode #JavaScript #LeetCode #CodingChallenge



Something went wrong.
Something went wrong.
United States Trends
- 1. Good Tuesday 27.1K posts
- 2. White House 352K posts
- 3. Cobie 40.2K posts
- 4. #tuesdayvibe 1,662 posts
- 5. NBA IS BACK 11.8K posts
- 6. Happy NBA 5,772 posts
- 7. Sanae Takaichi 79.1K posts
- 8. East Wing 82.9K posts
- 9. WE ARE PROUD OF TAEHYUNG 35.5K posts
- 10. Texans 40.2K posts
- 11. #TuesdayMotivation N/A
- 12. #Wordle1585 N/A
- 13. #Talus_Labs N/A
- 14. Gucci 27.6K posts
- 15. Sliwa 47.7K posts
- 16. Curtis 42K posts
- 17. #ThunderUp N/A
- 18. Blue Jays 105K posts
- 19. WE LOVE YOU TAEHYUNG 40.8K posts
- 20. Pizza Hut 7,712 posts