Coder_dnano's profile picture. Coding my way through #100DaysOfCode 👨‍💻 | JavaScript enthusiast | Building projects one day at a time | GitHub ↓
👉 https://github.com/dnano-more

Dnyaneshwar More

@Coder_dnano

Coding my way through #100DaysOfCode 👨‍💻 | JavaScript enthusiast | Building projects one day at a time | GitHub ↓ 👉 https://github.com/dnano-more

✅ Day 20/25 — Global & Local Scope Aaj seekha: • Scope means {} → area jaha variable accessible hota hai • let & const → block scoped • var → function/global scoped (leak ho sakta hai) • Scope is different in Node.js & Browser @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. ✅ Day 20/25 — Global & Local Scope

Aaj seekha:
• Scope means {} → area jaha variable accessible hota hai
• let & const → block scoped
• var → function/global scoped (leak ho sakta hai)
• Scope is different in Node.js & Browser
@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge
Coder_dnano's tweet image. ✅ Day 20/25 — Global & Local Scope

Aaj seekha:
• Scope means {} → area jaha variable accessible hota hai
• let & const → block scoped
• var → function/global scoped (leak ho sakta hai)
• Scope is different in Node.js & Browser
@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

✅ Day 19/25 — Functions with Objects & Arrays Aaj seekha: ➡️ Rest operator (...args) for multiple params ➡️ Functions ke sath Objects & Arrays pass karna @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge #JavaScript

Coder_dnano's tweet image. ✅ Day 19/25 — Functions with Objects & Arrays

Aaj seekha: 
➡️ Rest operator (...args) for multiple params
➡️ Functions ke sath Objects & Arrays pass karna

@Hiteshdotcom 
@ChaiCodeHQ 
#MasterJiChallenge #JavaScript
Coder_dnano's tweet image. ✅ Day 19/25 — Functions with Objects & Arrays

Aaj seekha: 
➡️ Rest operator (...args) for multiple params
➡️ Functions ke sath Objects & Arrays pass karna

@Hiteshdotcom 
@ChaiCodeHQ 
#MasterJiChallenge #JavaScript

Day 18/25 — Functions✅ (MasterJi 25 Days JS Challenge) Aaj seekha: 👉 Function declaration & calling 👉 Parameters, arguments & return values 👉 Default parameters 👉 Type coercion in functions 👉 return vs console.log() @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge #JavaScript

Coder_dnano's tweet image. Day 18/25 — Functions✅
(MasterJi 25 Days JS Challenge)

Aaj seekha:
👉 Function declaration & calling
👉 Parameters, arguments & return values
👉 Default parameters
👉 Type coercion in functions
👉 return vs console.log()

@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge #JavaScript
Coder_dnano's tweet image. Day 18/25 — Functions✅
(MasterJi 25 Days JS Challenge)

Aaj seekha:
👉 Function declaration & calling
👉 Parameters, arguments & return values
👉 Default parameters
👉 Type coercion in functions
👉 return vs console.log()

@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge #JavaScript

Day 17/25 — Objects & Destructuring✅ (MasterJi 25 Days JS Challenge) Aaj seekha: 👉object destructuring (rename, default values) 👉spread/rest operator 👉nested & array destructuring 👉JSON parse/stringify for API data handling. @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day 17/25 — Objects & Destructuring✅
(MasterJi 25 Days JS Challenge)

Aaj seekha: 
👉object destructuring (rename, default values) 
👉spread/rest operator
👉nested & array destructuring
👉JSON parse/stringify for API data handling.

@Hiteshdotcom @ChaiCodeHQ 
#MasterJiChallenge
Coder_dnano's tweet image. Day 17/25 — Objects & Destructuring✅
(MasterJi 25 Days JS Challenge)

Aaj seekha: 
👉object destructuring (rename, default values) 
👉spread/rest operator
👉nested & array destructuring
👉JSON parse/stringify for API data handling.

@Hiteshdotcom @ChaiCodeHQ 
#MasterJiChallenge

Day 16/25 — Objects part 2 Aaj ye explore kiya: optional chaining (?.) for nesting, merge via assign() & spread, aur keys(), values(), entries(), hasOwn() jaise methods. @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day 16/25 — Objects part 2

Aaj ye explore kiya: 
optional chaining (?.) for nesting, merge via assign() & spread, aur keys(), values(), entries(), hasOwn() jaise methods. 
 
@Hiteshdotcom @ChaiCodeHQ 
#MasterJiChallenge
Coder_dnano's tweet image. Day 16/25 — Objects part 2

Aaj ye explore kiya: 
optional chaining (?.) for nesting, merge via assign() & spread, aur keys(), values(), entries(), hasOwn() jaise methods. 
 
@Hiteshdotcom @ChaiCodeHQ 
#MasterJiChallenge

Dnyaneshwar More 님이 재게시함

Day 24 - Winter Arc ❄️ You are capable of more!

ramxcodes's tweet image. Day 24 - Winter Arc ❄️ 

You are capable of more!

Day 15/25 — Objects in JavaScript ✅ (MasterJi 25 Days JS Challenge) Aaj seekha object literals & constructors, symbol as key, Object.freeze() se lock karna, aur functions me this use karke properties access karna. 💡 @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge #JavaScript

Coder_dnano's tweet image. Day 15/25 — Objects in JavaScript ✅
(MasterJi 25 Days JS Challenge)

Aaj seekha object literals & constructors, symbol as key, Object.freeze() se lock karna, aur functions me this use karke properties access karna. 💡

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge #JavaScript
Coder_dnano's tweet image. Day 15/25 — Objects in JavaScript ✅
(MasterJi 25 Days JS Challenge)

Aaj seekha object literals & constructors, symbol as key, Object.freeze() se lock karna, aur functions me this use karke properties access karna. 💡

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge #JavaScript

Day 14/25 — Array part 2 in Javascript✅ (MasterJi 25 Days JS Challenge) Aaj seekha arrays ko merge aur create karna using .concat(), spread (...), .flat(), Array.from(), Array.of(), aur Array.isArray(). 🔥 @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day 14/25 — Array part 2 in Javascript✅
(MasterJi 25 Days JS Challenge)

Aaj seekha arrays ko merge aur create karna using .concat(), spread (...), .flat(), Array.from(), Array.of(), aur Array.isArray(). 🔥

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge
Coder_dnano's tweet image. Day 14/25 — Array part 2 in Javascript✅
(MasterJi 25 Days JS Challenge)

Aaj seekha arrays ko merge aur create karna using .concat(), spread (...), .flat(), Array.from(), Array.of(), aur Array.isArray(). 🔥

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge

Day 13/25 — Arrays in JS ✅ (MasterJi 25 Days JS Challenge) Aaj arrays ke methods .push(), .pop(), .unshift(), .shift(), .slice(), aur .splice() ko explore kiya. Arrays ko modify karne aur manipulate karne ka tareeka samjha. @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day 13/25 — Arrays in JS ✅
(MasterJi 25 Days JS Challenge)

Aaj arrays ke methods .push(), .pop(), .unshift(), .shift(), .slice(), aur .splice() ko explore kiya. Arrays ko modify karne aur manipulate karne ka tareeka samjha.

@Hiteshdotcom
@ChaiCodeHQ
#MasterJiChallenge

Day 12/25 — Date and time in JS✅ (MasterJi 25 Days JS Challenge) Aaj Date object explore kiya — new Date() se current date, Date.now() se timestamp mila. getDate(), getMonth(), getFullYear() se date ke parts nikale @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day 12/25 — Date and time in JS✅
(MasterJi 25 Days JS Challenge)  

Aaj Date object explore kiya — new Date() se current date, Date.now() se timestamp mila. getDate(), getMonth(), getFullYear() se date ke parts nikale

@Hiteshdotcom  @ChaiCodeHQ #MasterJiChallenge
Coder_dnano's tweet image. Day 12/25 — Date and time in JS✅
(MasterJi 25 Days JS Challenge)  

Aaj Date object explore kiya — new Date() se current date, Date.now() se timestamp mila. getDate(), getMonth(), getFullYear() se date ke parts nikale

@Hiteshdotcom  @ChaiCodeHQ #MasterJiChallenge
Coder_dnano's tweet image. Day 12/25 — Date and time in JS✅
(MasterJi 25 Days JS Challenge)  

Aaj Date object explore kiya — new Date() se current date, Date.now() se timestamp mila. getDate(), getMonth(), getFullYear() se date ke parts nikale

@Hiteshdotcom  @ChaiCodeHQ #MasterJiChallenge

Day 11/25 — Numbers & Math in JS ✅ (MasterJi 25 Days JS Challenge) Aaj JS mein number properties, methods aur Math functions like- .toString(), .toFixed(), Math.random() ko explore kiya @Hiteshdotcom @ChaiCodeHQ @nirudhuuu #MasterJiChallenge

Coder_dnano's tweet image. Day 11/25 — Numbers & Math in JS ✅
(MasterJi 25 Days JS Challenge)

Aaj JS mein number properties, methods aur Math functions like- .toString(), .toFixed(), Math.random() ko explore kiya
@Hiteshdotcom @ChaiCodeHQ @nirudhuuu  
#MasterJiChallenge
Coder_dnano's tweet image. Day 11/25 — Numbers & Math in JS ✅
(MasterJi 25 Days JS Challenge)

Aaj JS mein number properties, methods aur Math functions like- .toString(), .toFixed(), Math.random() ko explore kiya
@Hiteshdotcom @ChaiCodeHQ @nirudhuuu  
#MasterJiChallenge
Coder_dnano's tweet image. Day 11/25 — Numbers & Math in JS ✅
(MasterJi 25 Days JS Challenge)

Aaj JS mein number properties, methods aur Math functions like- .toString(), .toFixed(), Math.random() ko explore kiya
@Hiteshdotcom @ChaiCodeHQ @nirudhuuu  
#MasterJiChallenge
Coder_dnano's tweet image. Day 11/25 — Numbers & Math in JS ✅
(MasterJi 25 Days JS Challenge)

Aaj JS mein number properties, methods aur Math functions like- .toString(), .toFixed(), Math.random() ko explore kiya
@Hiteshdotcom @ChaiCodeHQ @nirudhuuu  
#MasterJiChallenge

Day 8/25 — Strings ✅ (MasterJi 25 Days JS Challenge) Practiced string methods & template literals today. JS strings are 🔥 — powerful, flexible & fun to play with! @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day 8/25 — Strings ✅
(MasterJi 25 Days JS Challenge)

Practiced string methods & template literals today.
JS strings are 🔥 — powerful, flexible & fun to play with!

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge
Coder_dnano's tweet image. Day 8/25 — Strings ✅
(MasterJi 25 Days JS Challenge)

Practiced string methods & template literals today.
JS strings are 🔥 — powerful, flexible & fun to play with!

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge
Coder_dnano's tweet image. Day 8/25 — Strings ✅
(MasterJi 25 Days JS Challenge)

Practiced string methods & template literals today.
JS strings are 🔥 — powerful, flexible & fun to play with!

@Hiteshdotcom  @ChaiCodeHQ 
#MasterJiChallenge

📅 Day 9/25 — MasterJi 25 Days JS Challenge Explored Stack & Heap memory. 🟢 Stack → stores primitive data (copy values) 🔵 Heap → stores non-primitive data (reference values) Made a Stack-Heap diagram on Excalidraw — concept clear @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. 📅 Day 9/25 —  MasterJi 25 Days JS Challenge
Explored Stack & Heap memory.
🟢 Stack → stores primitive data (copy values)
🔵 Heap → stores non-primitive data (reference values)
Made a Stack-Heap diagram on Excalidraw — concept clear
@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge
Coder_dnano's tweet image. 📅 Day 9/25 —  MasterJi 25 Days JS Challenge
Explored Stack & Heap memory.
🟢 Stack → stores primitive data (copy values)
🔵 Heap → stores non-primitive data (reference values)
Made a Stack-Heap diagram on Excalidraw — concept clear
@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Dnyaneshwar More 님이 재게시함

Haanji! Diwali ka season aa gaya hai 🪔 Aur meri taraf se aap sab ke liye Kaju Katli giveaway 🥳 (Winners will be chosen randomly!) ✨ Steps: Mujhe apna full address DM karo 😁 Is post ko reshare 🔄 karo taaki humari Kaju Katli vibes sab tak pahunch sake 🚀 English Version:…

piyushgarg_dev's tweet image. Haanji! Diwali ka season aa gaya hai 🪔
Aur meri taraf se aap sab ke liye Kaju Katli giveaway 🥳 (Winners will be chosen randomly!)
✨ Steps:

Mujhe apna full address DM karo 😁

Is post ko reshare 🔄 karo taaki humari Kaju Katli vibes sab tak pahunch sake 🚀

English Version:…

Day8/25✅ (MasterJi 25 Days JS Challenge) Datatypes summary: 🔹typeof null is "object" 🔹Symbol is unique, same description ke bawajood bhi 🔹typeof obj, arr is "object" & functions ka "function", par wo bhi function object hota hain @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. Day8/25✅ (MasterJi 25 Days JS Challenge)

Datatypes summary:
🔹typeof null is "object"
🔹Symbol is unique, same description ke bawajood bhi
🔹typeof obj, arr is "object" & functions ka "function", par wo bhi function object hota hain

@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge
Coder_dnano's tweet image. Day8/25✅ (MasterJi 25 Days JS Challenge)

Datatypes summary:
🔹typeof null is "object"
🔹Symbol is unique, same description ke bawajood bhi
🔹typeof obj, arr is "object" & functions ka "function", par wo bhi function object hota hain

@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

✅07/25 – Comparisons (MasterJi 25 Days JS Challenge) Wait... dekho👉 null >= 0 //true 🤯 aur yahan null > 0 //false 💀 JS, bhai tu theek hai? 😵‍💫 Pro tip: ✅ Use === ❌ Don’t trust loose comparisons @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. ✅07/25  – Comparisons (MasterJi 25 Days JS Challenge)
Wait... 
dekho👉 null >= 0  //true 🤯
 aur yahan null > 0  //false 💀
JS, bhai tu theek hai? 😵‍💫

Pro tip:
✅ Use ===
❌ Don’t trust loose comparisons
@Hiteshdotcom  @ChaiCodeHQ   #MasterJiChallenge
Coder_dnano's tweet image. ✅07/25  – Comparisons (MasterJi 25 Days JS Challenge)
Wait... 
dekho👉 null >= 0  //true 🤯
 aur yahan null > 0  //false 💀
JS, bhai tu theek hai? 😵‍💫

Pro tip:
✅ Use ===
❌ Don’t trust loose comparisons
@Hiteshdotcom  @ChaiCodeHQ   #MasterJiChallenge

✅ 06/25 Wrapped up Day 6 of the MasterJi 25 Days JS Challenge. Focused on arithmetic, string operations, and operator precedence. Learning to keep code clean and readable! 💻 @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. ✅ 06/25 
Wrapped up Day 6 of the MasterJi 25 Days JS Challenge.

Focused on arithmetic, string operations, and operator precedence. Learning to keep code clean and readable! 💻

@Hiteshdotcom  @ChaiCodeHQ  #MasterJiChallenge
Coder_dnano's tweet image. ✅ 06/25 
Wrapped up Day 6 of the MasterJi 25 Days JS Challenge.

Focused on arithmetic, string operations, and operator precedence. Learning to keep code clean and readable! 💻

@Hiteshdotcom  @ChaiCodeHQ  #MasterJiChallenge

🚀 MasterJi 25 Days JS Challenge ✅ Day 05/25 Complete – Type Conversions in JavaScript 🔁 Number(), Boolean(), String() – JS ka magic auto conversion! 🧠 Samjho JS ke dimaag ko, ban jao code ke ustaad! @Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

Coder_dnano's tweet image. 🚀 MasterJi 25 Days JS Challenge
✅ Day 05/25 Complete – Type Conversions in JavaScript

🔁 Number(), Boolean(), String() – JS ka magic auto conversion!
🧠 Samjho JS ke dimaag ko, ban jao code ke ustaad!

@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge
Coder_dnano's tweet image. 🚀 MasterJi 25 Days JS Challenge
✅ Day 05/25 Complete – Type Conversions in JavaScript

🔁 Number(), Boolean(), String() – JS ka magic auto conversion!
🧠 Samjho JS ke dimaag ko, ban jao code ke ustaad!

@Hiteshdotcom @ChaiCodeHQ #MasterJiChallenge

📅 Day 33 / #100DaysOfCode Explored High-Order Loops — for...of & for...in with Arrays, Objects, and Maps 🔁 Also completed #MasterjiChallenge (Part 1 — Day 4) by @Hiteshdotcom and #ChaiCodeHQ✅ Covered: Data types, and the typeof operator. Consistency > Motivation 🚀

Coder_dnano's tweet image. 📅 Day 33 / #100DaysOfCode
Explored High-Order Loops — for...of & for...in with Arrays, Objects, and Maps 🔁
Also completed #MasterjiChallenge (Part 1 — Day 4) by @Hiteshdotcom  and #ChaiCodeHQ✅
Covered: Data types,  and the typeof operator.
Consistency > Motivation 🚀
Coder_dnano's tweet image. 📅 Day 33 / #100DaysOfCode
Explored High-Order Loops — for...of & for...in with Arrays, Objects, and Maps 🔁
Also completed #MasterjiChallenge (Part 1 — Day 4) by @Hiteshdotcom  and #ChaiCodeHQ✅
Covered: Data types,  and the typeof operator.
Consistency > Motivation 🚀

Day 32 / #100DaysOfCode Day 3 / 25 #MasterjiChallenge by @ChaiCodeHQ and @Hiteshdotcom ✅ JavaScript ne ab mujhe “permanent resident” declare kar diya hai 💻😆 Har din ek naya syntax, ek naya twist — aur ek aur “aha!” moment 🔥 Repo📂: github.com/dnano-more/100… #JavaScript

Coder_dnano's tweet image. Day 32 / #100DaysOfCode 
Day 3 / 25 #MasterjiChallenge  by @ChaiCodeHQ and @Hiteshdotcom  ✅

JavaScript ne ab mujhe “permanent resident” declare kar diya hai 💻😆
Har din ek naya syntax, ek naya twist — aur ek aur “aha!” moment 🔥

Repo📂: github.com/dnano-more/100…
#JavaScript
Coder_dnano's tweet image. Day 32 / #100DaysOfCode 
Day 3 / 25 #MasterjiChallenge  by @ChaiCodeHQ and @Hiteshdotcom  ✅

JavaScript ne ab mujhe “permanent resident” declare kar diya hai 💻😆
Har din ek naya syntax, ek naya twist — aur ek aur “aha!” moment 🔥

Repo📂: github.com/dnano-more/100…
#JavaScript
Coder_dnano's tweet image. Day 32 / #100DaysOfCode 
Day 3 / 25 #MasterjiChallenge  by @ChaiCodeHQ and @Hiteshdotcom  ✅

JavaScript ne ab mujhe “permanent resident” declare kar diya hai 💻😆
Har din ek naya syntax, ek naya twist — aur ek aur “aha!” moment 🔥

Repo📂: github.com/dnano-more/100…
#JavaScript
Coder_dnano's tweet image. Day 32 / #100DaysOfCode 
Day 3 / 25 #MasterjiChallenge  by @ChaiCodeHQ and @Hiteshdotcom  ✅

JavaScript ne ab mujhe “permanent resident” declare kar diya hai 💻😆
Har din ek naya syntax, ek naya twist — aur ek aur “aha!” moment 🔥

Repo📂: github.com/dnano-more/100…
#JavaScript

United States 트렌드

Loading...

Something went wrong.


Something went wrong.