#javascriptchallenge search results

No results for "#javascriptchallenge"

Day 25 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Learned control flow with if-else & switch - Explored truthy & falsy values - Checked empty arrays & objects - Understood Nullish Coalescing(??) - Used Ternary Operator for quick conditions #MasterjiChallenge #JavaScript

codeXninjaDev's tweet image. Day 25 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom
Learned control flow with if-else & switch
- Explored truthy & falsy values
- Checked empty arrays & objects
- Understood Nullish Coalescing(??)
- Used Ternary Operator for quick conditions
#MasterjiChallenge #JavaScript
codeXninjaDev's tweet image. Day 25 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom
Learned control flow with if-else & switch
- Explored truthy & falsy values
- Checked empty arrays & objects
- Understood Nullish Coalescing(??)
- Used Ternary Operator for quick conditions
#MasterjiChallenge #JavaScript
codeXninjaDev's tweet image. Day 25 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom
Learned control flow with if-else & switch
- Explored truthy & falsy values
- Checked empty arrays & objects
- Understood Nullish Coalescing(??)
- Used Ternary Operator for quick conditions
#MasterjiChallenge #JavaScript
codeXninjaDev's tweet image. Day 25 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom
Learned control flow with if-else & switch
- Explored truthy & falsy values
- Checked empty arrays & objects
- Understood Nullish Coalescing(??)
- Used Ternary Operator for quick conditions
#MasterjiChallenge #JavaScript

Day 24 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom • Learned about Execution Context & Call Stack • JS starts with Global Execution Context • Each function creates its own context • Two phases: Memory & Execution • Managed by Call Stack (LIFO)

codeXninjaDev's tweet image. Day 24 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
• Learned about Execution Context & Call Stack
• JS starts with Global Execution Context
• Each function creates its own context
• Two phases: Memory & Execution
• Managed by Call Stack (LIFO)
codeXninjaDev's tweet image. Day 24 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
• Learned about Execution Context & Call Stack
• JS starts with Global Execution Context
• Each function creates its own context
• Two phases: Memory & Execution
• Managed by Call Stack (LIFO)
codeXninjaDev's tweet image. Day 24 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
• Learned about Execution Context & Call Stack
• JS starts with Global Execution Context
• Each function creates its own context
• Two phases: Memory & Execution
• Managed by Call Stack (LIFO)
codeXninjaDev's tweet image. Day 24 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
• Learned about Execution Context & Call Stack
• JS starts with Global Execution Context
• Each function creates its own context
• Two phases: Memory & Execution
• Managed by Call Stack (LIFO)

Day 23 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Learned IIFE (Immediately Invoked Function Expression) • Executes immediately after creation • Avoids global scope pollution • Can be named or anonymous • Pass params → ((name)=>{})(‘Nausheen’) • Always end with ;

codeXninjaDev's tweet image. Day 23 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
Learned IIFE (Immediately Invoked Function Expression)
• Executes immediately after creation
• Avoids global scope pollution
• Can be named or anonymous
• Pass params → ((name)=>{})(‘Nausheen’)
• Always end with ;

Day 22 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom - this & Arrow Functions in JS -this depends on how a function is called - Arrow functions inherit this (lexical scope) - Node.js → this = {} | Browser → this = window - Explicit return → {} | Implicit return → no {}

codeXninjaDev's tweet image. Day 22 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom
- this & Arrow Functions in JS
-this depends on how a function is called
- Arrow functions inherit this (lexical scope)
- Node.js → this = {} | Browser → this = window
- Explicit return → {} | Implicit return → no {}

Day 21 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Scope & Hoisting in JS 🔹 Inner → can access outer vars 🔹 Outer → can’t access inner vars 🔹 Function declarations → hoisted 🔹 Function expressions / arrow → not hoisted Know your scopes to avoid tricky bugs!

codeXninjaDev's tweet image. Day 21 of #JavaScriptChallenge by @ChaiCodeHQ  @Hiteshdotcom 
Scope & Hoisting in JS
🔹 Inner → can access outer vars
🔹 Outer → can’t access inner vars
🔹 Function declarations → hoisted
🔹 Function expressions / arrow → not hoisted
Know your scopes to avoid tricky bugs!
codeXninjaDev's tweet image. Day 21 of #JavaScriptChallenge by @ChaiCodeHQ  @Hiteshdotcom 
Scope & Hoisting in JS
🔹 Inner → can access outer vars
🔹 Outer → can’t access inner vars
🔹 Function declarations → hoisted
🔹 Function expressions / arrow → not hoisted
Know your scopes to avoid tricky bugs!
codeXninjaDev's tweet image. Day 21 of #JavaScriptChallenge by @ChaiCodeHQ  @Hiteshdotcom 
Scope & Hoisting in JS
🔹 Inner → can access outer vars
🔹 Outer → can’t access inner vars
🔹 Function declarations → hoisted
🔹 Function expressions / arrow → not hoisted
Know your scopes to avoid tricky bugs!

Day 18 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Learnt how functions work declaring, calling, passing parameters, using default values like function loginUserMessage(username="sam"), returning values, and checking missing arguments with if(!username). #ChaiAurCode

codeXninjaDev's tweet image. Day 18 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 

Learnt how functions work declaring, calling, passing parameters, using default values like function loginUserMessage(username="sam"), returning values, and checking missing arguments with if(!username).

#ChaiAurCode

Day 17 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Learned object destructuring + JSON basics and used a JSON formatter to read API data clearly. Clean code feels good #ChaiAurCode #MasterjiChallenge #JavaScript

codeXninjaDev's tweet image. Day 17 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
Learned object destructuring + JSON basics and used a JSON formatter to read API data clearly. Clean code feels good

#ChaiAurCode #MasterjiChallenge #JavaScript
codeXninjaDev's tweet image. Day 17 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
Learned object destructuring + JSON basics and used a JSON formatter to read API data clearly. Clean code feels good

#ChaiAurCode #MasterjiChallenge #JavaScript

Day 16 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Learned object merging using Object.assign(target, source), nested object access, Object.keys/values/entries & hasOwnProperty. Object handling feels much clearer now 💻🔥 #MasterJiChallenge

codeXninjaDev's tweet image. Day 16 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 

Learned object merging using Object.assign(target, source), nested object access, Object.keys/values/entries & hasOwnProperty. Object handling feels much clearer now 💻🔥

#MasterJiChallenge

Day 15 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom learned Objects in depth in JavaScript 💻 object literals, dot vs bracket access, symbols, Object.freeze(), and functions with string interpolation 🔥 #ChaiAurCode #MasterJiChallenge

codeXninjaDev's tweet image. Day 15 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
 
learned Objects in depth in JavaScript 💻 object literals, dot vs bracket access, symbols, Object.freeze(), and functions with string interpolation 🔥 
#ChaiAurCode #MasterJiChallenge

Day 14 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom Array Part 2 💻 Learned concat, spread, flat(), and array utils like isArray(), from(), of() merging & flattening made easy! 🔥 #ChaiAurCode #MasterJiChallenge

codeXninjaDev's tweet image. Day 14 of #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 
Array Part 2 💻 Learned concat, spread, flat(), and array utils like isArray(), from(), of()  merging & flattening made easy! 🔥 

#ChaiAurCode #MasterJiChallenge

Day 13 ☕ #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom learned Arrays in JS! 📚 Explored push, pop, shift, unshift, slice vs splice, and deep vs shallow copy 🔥 #ChaiAurCode #MasterjiChallenge

codeXninjaDev's tweet image. Day 13 ☕ #JavaScriptChallenge by @ChaiCodeHQ @Hiteshdotcom 

learned Arrays in JS! 📚 Explored push, pop, shift, unshift, slice vs splice, and deep vs shallow copy 🔥

#ChaiAurCode #MasterjiChallenge

Day 12 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom Explored Date & Time in JS ⏰ Learned new Date(), custom dates, timestamps with Date.now(), getMonth, getDay & toLocaleString() formatting 🔥 #ChaiAurCode

codeXninjaDev's tweet image. Day 12 of #JavaScriptChallenge  by @ChaiCodeHQ & @Hiteshdotcom 

Explored Date & Time in JS ⏰ Learned new Date(), custom dates, timestamps with Date.now(), getMonth, getDay & toLocaleString() formatting 🔥 

#ChaiAurCode

Completed Day 11 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom learned about Numbers & Math in JS! 💻 From .toFixed(), .toPrecision(), .toLocaleString() to Math.abs(), .round(), .floor(), and the powerful Math.random() 🎯 #ChaiAurCode #MasterjiChallenge

Udayini_Khushi's tweet image. Completed Day 11 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom 

learned about Numbers & Math in JS! 💻 From .toFixed(), .toPrecision(), .toLocaleString() to Math.abs(), .round(), .floor(), and the powerful Math.random() 🎯

#ChaiAurCode #MasterjiChallenge
Udayini_Khushi's tweet image. Completed Day 11 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom 

learned about Numbers & Math in JS! 💻 From .toFixed(), .toPrecision(), .toLocaleString() to Math.abs(), .round(), .floor(), and the powerful Math.random() 🎯

#ChaiAurCode #MasterjiChallenge

Day 11 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom learned about Numbers & Math in JS! 💻 From .toFixed(), .toPrecision(), .toLocaleString() to Math.abs(), .round(), .floor(), and the powerful Math.random() with range formula 🎯 #ChaiAurCode #MasterjiChallenge

codeXninjaDev's tweet image. Day 11 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom 

learned about Numbers & Math in JS! 💻 From .toFixed(), .toPrecision(), .toLocaleString() to Math.abs(), .round(), .floor(), and the powerful Math.random() with range formula 🎯

#ChaiAurCode #MasterjiChallenge

Day 10 of #JavaScriptChallenge by @ChaiCodeHQ ☕ 💻 & @Hiteshdotcom Explored Strings in JS! From backticks & interpolation to methods like trim, slice, replace & split. #ChaiAurCode #MasterjiChallenge

codeXninjaDev's tweet image. Day 10 of #JavaScriptChallenge by @ChaiCodeHQ ☕ 💻 & @Hiteshdotcom 

Explored Strings in JS! From backticks & interpolation to methods like trim, slice, replace & split.

#ChaiAurCode #MasterjiChallenge

Day 9 of #JavaScriptChallenge by @ChaiCodeHQ & @Hiteshdotcom learned Stack vs Heap memory in JavaScript! All primitive data types are stored in the stack (copied by value), while non-primitive (reference) types are stored in the heap (copied by reference). #MasterjiChallenge

codeXninjaDev's tweet image. Day 9 of  #JavaScriptChallenge by @ChaiCodeHQ &
@Hiteshdotcom

learned Stack vs Heap memory in JavaScript!  All primitive data types are stored in the stack (copied by value), while non-primitive (reference) types are stored in the heap (copied by reference). 
#MasterjiChallenge
codeXninjaDev's tweet image. Day 9 of  #JavaScriptChallenge by @ChaiCodeHQ &
@Hiteshdotcom

learned Stack vs Heap memory in JavaScript!  All primitive data types are stored in the stack (copied by value), while non-primitive (reference) types are stored in the heap (copied by reference). 
#MasterjiChallenge

The calculator is evolving from a basic tool to a fully-featured scientific calculator. It will be completely ready before the end of the 15-day challenge. I’ll keep sharing my progress daily - stay tuned 👀 #WebDevelopment #DevCommunity #JavaScriptChallenge


Stop struggling to center divs! Just use this simple 2-line CSS trick to center your divs, Simple right 😊 😊 Learn JavaScript while having fun step by step #javascript #javascriptchallenge #coding #technology

NeztransDig's tweet image. Stop struggling to center divs! 
Just use this simple 2-line CSS trick to center your divs,
Simple right 😊 😊 
Learn JavaScript while having fun step by step 
#javascript #javascriptchallenge #coding #technology

Only 10% of Developers Get This Right!" #JavaScriptChallenge #eventloop console.log('A'); setTimeout(()=>console.log('B')); Promise.resolve().then(()=> console.log('C')); process.nextTick(()=>console.log('D'); console.log('E');


No results for "#javascriptchallenge"
No results for "#javascriptchallenge"
Loading...

Something went wrong.


Something went wrong.


United States Trends