Top Tweets for #30daysofjavascript
Day 18/30 of #30DaysOfJavaScript
1️⃣ Maximum Distance Between a Pair of Values
Find max (j - i) such that:
• i <= j
• nums1[i] <= nums2[j]
Consistency🔥
#JavaScript #LeetCode #30DaysOfCode #WebDev
![Snisha0908's tweet photo. Day 18/30 of #30DaysOfJavaScript
1️⃣ Maximum Distance Between a Pair of Values
Find max (j - i) such that:
• i <= j
• nums1[i] <= nums2[j]
Consistency🔥
#JavaScript #LeetCode #30DaysOfCode #WebDev https://t.co/QROqxzyLQZ](https://pbs.twimg.com/media/HGSGF0eboAAfCGq.jpg)
Day 17/30 of #30DaysOfJavaScript
Solved 2 problems:
1️⃣ Inorder traversal of nested arrays using generators
2️⃣ Build cancellable async flow with generator.throw()
Consistency🔥
#JavaScript #LeetCode #30DaysOfCode #WebDev

Day 16/30 of #30DaysOfJavaScript
Solved 2 problems:
1️⃣ Memoize Function
Cache results to avoid recomputation
Same inputs (===) → return stored value.
2️⃣Snail Traversal 🐌
Convert 1D → 2D matrix
Consistency
#JavaScript #LeetCode #30DaysOfCode #WebDev

Day 15/30 of #30DaysOfJavaScript
Solved 2 problems:
1️⃣ Fibonacci (No Generator)
Generate first n Fibonacci numbers using iteration.
2️⃣ callPolyfill
Recreate .call() → manually bind this without using built-in methods.
Consistency
#JavaScript #LeetCode #30DaysOfCode #WebDev

Day 14/30 of #30DaysOfJavaScript
Solved 2 problems:
1️⃣ Compact Object
Recursively remove all falsy values from objects & arrays.
2️⃣ Check Instance
Build custom instanceof (works for primitives via prototype chain).
Consistency
#JavaScript #LeetCode #30DaysOfCode #WebDev

Day 13/30 of #30DaysOfJavaScript
Solved 2 problems:
1️⃣ Join Arrays by ID → merge + override using Map
2️⃣ Flatten Array (depth n) → recursion, no flat()
Learned: HashMap + depth control
Consistency 🔥
#JavaScript #LeetCode #30DaysOfCode #WebDev

Day 12/30 of #30DaysOfJavaScript
Solved 2 problems:
1️⃣ Debounce Function
→ Delays execution & cancels previous calls
2️⃣ Custom Promise.all
→ Parallel execution
→ Maintains order
→ Rejects on first error
Consistency 🔥
#JavaScript #LeetCode #30DaysOfCode #WebDev

Day 2 of #30DaysOfJavaScript
✅ Counter II
✅ To Be Or Not To Be
💡 Learned: Closures = functions that remember state 🔥
#JavaScript #LeetCode #30DaysOfCode

Day 1 of #30DaysOfJavaScript
Today is “Introduction”, but here’s the real lesson 👇
JavaScript mastery starts with visibility —
seeing what your code is actually doing, in real time.
🧵👇
Day 27 - Design an EventEmitter class. This interface is similar (but with some differences) to the one found in Node.js or the Event Target interface of the DOM. The Event Emitter should allow for subscribing to events and emiting them.
#30daysofjavascript #CodingChallenge

Day 25: Given a multi-dimensional array arr and a depth n. return a flattened yersion of that arrav. A multi-dimensional array is a recursive data structure that contains integers or other multi-dimensional arrays
#30daysofjavascript #CodingChallenge #LeetCode

Day 23: Given an array arr and a function fn, return a sorted array sortedArr. You can assume fn only returns numbers and those numbers determine the sort order of sortedArr. sortedArr must be sorted in ascending order by fn output.
#30daysofjavascript #CodingChallenge #LeetCode

checkout! ~
🔗 https://t.co/fJsSFX4GWr
#LearnInPublic #letsconnect #30daysofjavascript #Networking #WebDevelopment #blogging
Side projects during end sem exams are something else 😭😭
checkout my new blog website y'all -
🔗 https://t.co/PTo5LToyKu
#letsconnect #networking #30daysofjavascript #WebDevelopment

Day 5 ✅
3hr session
>Built a Blog website (HTML,CSS,JS)
>Learnt few topics from Youtube on JS
>Picked up writing blogs for better understanding of subject research
>End sem started
#letsconnect #CodingChallenge #30daysofjavascript #Networking #webdevelop #LearningJourney
Day 22: Write code that enhances all arrays such that you can call the array.groupBy(fn) method on any array and it will return a grouped version of the array.
#30daysofjavascript #CodingChallenge #JavaScript #LeetCode

Day 22: Write code that enhances all arrays such that you can call the array.last() method on any array and it will return the last element. If there are no elements in the array, it should return -1.
#30daysofjavascript #CodingChallenge #JavaScript #LeetCode

Day 4/5 of the refactoring trial is a WIN! 🎉 Work was reviewed and acknowledged for strictly following MVC, OOP, & DRY principles—the core requirement. 🎊🎉 Fixing some of the missing models/controllers next. Good feedback is fuel! 🔥 (Still building)
#30daysofjavascript

I knew about ||, && and ! operators… but today I discovered the ?? (nullish coalescing) operator 🤯
#JavaScript #WebDev #CodeNewbies #30daysofjavascript #LearningInPublic #fCC

Last Seen Hashtags on Sotwe
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers


















