taur_swanand Profile Banner
Swanand Taur Profile
Swanand Taur

@taur_swanand

Followers
16
Following
43
Media
25
Statuses
35

GitHub : https://t.co/8iDHhERLta

Chh.Sambhajinagar, Maharashtra
Joined March 2022
Don't wanna be here? Send us removal request.
@taur_swanand
Swanand Taur
1 day
My code works, I have no idea why. My code doesn't work, I have no idea why.😂
0
0
0
@taur_swanand
Swanand Taur
1 day
Actually sorry Day 43
0
0
0
@taur_swanand
Swanand Taur
1 day
Key Projects Completed: 1. Cursor Handling (Complex mousemove tracking) 2. Guess a Winner Team (Random UI changes on tap!) 3. UI Counter 4. Friend Status Handler 5. Like Animation (Double-tap feature!) 6. Front-end development is officially exciting! Onwards! 💻
0
0
2
@taur_swanand
Swanand Taur
1 day
Day 42: 🚀Just leveled up in the @sheryians_ cohort, diving deep into making UIs dynamic with JS. Today's focus was on Math.random() mastery to inject true randomness:Used Math.random() * 256 for dynamic RGB colors. 🎨Learned to access random array indexes for content selection.
1
0
4
@taur_swanand
Swanand Taur
2 days
Day 42 of @sheryians_ Cohort 2.0: Officially diving into DOM Manipulation! 🚀 ​The DOM is where JavaScript brings static HTML to life. We covered the 4 Pillars: ​Selection (target elements) ​Changing HTML (modify content) ​Styling (JS-driven CSS) ​Event Listeners.
0
0
5
@taur_swanand
Swanand Taur
4 days
41 days in, and the JavaScript fundamentals are officially SOLID. ✅ Just crushed the assignment on Functions, Methods, and Objects at @sheryians_ . Learned about securing objects with Object.freeze() and handling that tricky this keyword. Onwards and upwards! 🚀 #CodingJourney
0
0
2
@taur_swanand
Swanand Taur
5 days
Day 40 of @sheryians_ Cohort 2.0 was a game-changer! 🤯 ​Massive thanks to Harsh Bhaiya for an incredible 'Baat Cheet' session. Beyond coding, he gave us life-changing advice on facing challenges and conquering the current job market. ​Real mentorship. Real growth. @harshbhaiyaa
0
0
3
@taur_swanand
Swanand Taur
5 days
🚀 Day 39 of my #WebDevelopment Cohort 2.0 journey at @sheryians_ ! Explored setTimeout() & setInterval() in #JavaScript ⏱️ — perfect for delays & repeated actions. Also wrapped up Assignment on arrays, objects & functions 💻 #CodingJourney #Frontend
0
0
3
@taur_swanand
Swanand Taur
7 days
When my code is good but it doesn't work Me - I don't need sleep. I need answers. 🤔😤
0
0
2
@taur_swanand
Swanand Taur
7 days
🚀 Day 38 @sheryians_ @SheryCommunity @harshbhaiyaa Explored core #JavaScript concepts today: ✨ Pure vs Impure Functions ✨ Closures ✨ Arrays & Methods (push, pop, filter, spread) ✨ Objects & Nested Objects Every concept is making logic building stronger 💪
0
0
2
@taur_swanand
Swanand Taur
9 days
😄
0
0
3
@taur_swanand
Swanand Taur
10 days
💥 Day 37 Function Blast! 💥 ​Sheryians Cohort 2.0 just covered EVERYTHING about JS functions: ​Classic vs. Arrow (=>) ​Scope & Hoisting ​Parameters, Rest (...) & Defaults ​IIFE (Immediate Invoke) ​HOF & Callbacks ​Mastering functions = mastering JavaScript! 🚀 @harshbhaiyaa
0
0
5
@taur_swanand
Swanand Taur
10 days
Day 36 in Cohort 2.0 @sheryians_! 🎓 ​Major progress in JavaScript logic today: ​Mastered the guaranteed execution of do-while loops. ​Explored the mind-bending power of recursion (function calls itself!). ​Solidified efficient function definition & reuse. ​ #JavaScript
0
0
2
@taur_swanand
Swanand Taur
11 days
Day 34 & 35 mission complete! 🚀 Just crushed the logic assignments from Sheryians Coding School, Cohort 2.0. We're talking conditional logic, secure password attempts, and building my first ATM simulator! The grind is real but the progress is amazing. 💪 ​@Sheryians
0
0
3
@taur_swanand
Swanand Taur
15 days
JavaScript Cohort 2.0 with @Sheryians! Huge practice session today on conditionals & loops. My main takeaway: mastering robust user input validation. A simple `prompt()` requires checkings: 1. `null` (Cancel) 2. `""` (Blank) 3. `isNaN()` (Not a Number) #JavaScript #WebDev
0
0
3
@taur_swanand
Swanand Taur
16 days
Feeling confident after yesterday! We deep-dived into the essentials at @sheryians_: Conditionals & Loops! ​✅ Controlling flow with if/else ​✍��� Cleaner logic via the Ternary operator ​🔁 Efficient tasks with Loops (for) ​These concepts are everything! On to the next project!
0
0
3
@taur_swanand
Swanand Taur
18 days
Learned the foundational types of JavaScript Operators today! 🤯 ​ARithmatic (+, -) ​Assignment (=, +=) ​Comparison (===, >) ​Logical (&&, ||) Unary(++,--) ​String (+) ​Type Check (typeof) ​Ternary (? :) ​Nullish (??) ​Optional Chaining (?.) ​The last two are total lifesavers!
0
0
4
@taur_swanand
Swanand Taur
19 days
Just finished a day learning that in JavaScript: ​My money is fake 0.1 + 0.2 isn't 0.3. ​My identity is confused (typeof null is 'object'). 🤔 ​I can add numbers and strings, but I can't subtract them. ​It’s less a programming language, more a philosophical puzzel. @sheryians_
0
0
1
@taur_swanand
Swanand Taur
20 days
JS Datatypes DECODED for Cohort 2.0! 🤓 ​🌟 Primitives: Number (inc. float, NaN, Infinity), String, Boolean, BigInt, null, undefined, Symbol. 🔗 Reference: Object, Array. ​Don't forget those essential // comments!
0
0
1
@taur_swanand
Swanand Taur
20 days
JavaScript basics broken down: Variable: const is locked, let can change. 💬 Interaction: console.log is code talking to me. ✨ Template Literals: Easy msgs using backticks ` and \$\{$variable$\}. ⚖️ Statements give instructions, Expressions give answers. ​Cohort 2.0 is rolling!
0
0
1