#100daysoftypescript search results

Day 10 of learning typescript in 100 days, Explored compiler options like rootDir, outDir, target, lib Now it makes sense how typescript is controlling js during compilation. #100daysoftypescript #ts #code

ArpitPa46091094's tweet image. Day 10 of learning typescript in 100 days,

Explored compiler options like rootDir, outDir, target, lib
Now it makes sense how typescript is controlling js during compilation.

#100daysoftypescript #ts #code

3hrs grind, Day 12 in 100 days of typescript > Classes objects > Shorthand syntax > Inheritance > Overriding methods > Getter, setter > Static properties, methods > Abstract classes > Private constructors > Singleton pattern #typescript #100daysoftypescript #code

ArpitPa46091094's tweet image. 3hrs grind, Day 12 in 100 days of typescript 

> Classes objects
> Shorthand syntax 
> Inheritance 
> Overriding methods
> Getter, setter
> Static properties, methods
> Abstract classes
> Private constructors
> Singleton pattern

#typescript #100daysoftypescript #code

Day 33 of #100DaysOfTypeScript: Explored date manipulation. Task 01: Returned current date in "DD-MM-YYYY". Task 02: Calculated days left until New Year. Task 03: Generated next birthday date. Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 5 of #100DaysOfTypeScript Basic concepts of objects


Day 7 of #100DaysOfTypeScript Object Types and declaration


Day 6 of #100DaysOfTypeScript Basic concepts of Object Literals


Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`. Task 01: `.map()` for word lengths. Task 02: `.filter()` for numbers >10. Task 03: `.reduce()` for sum. Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 31 of #100DaysOfTypeScript: Explored array manipulation. Task 01: Added fruits with `.push()`. Task 02: Removed last element with `.pop()`. Task 03: Found & replaced "Banana" with "Mango". Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals. Tasks: 1. Created Map for country-capital pairs. 2. Checked Map for Canada's capital. 3. Iterated over student ID-name Map. Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub github.com/0xHuzaifa/100-… #TypeScript🚀

0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀
0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀
0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀

Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript. Task 01: Function for random boolean. Task 02: Random hexadecimal color code. Task 03: Simulated dice roll 1-6. Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 2 of #100DaysOfTypeScript Basic grammar for sentences and expressions


Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons Task 01: Determined leap year. Task 02: Checked divisibility by 2 & 3. Task 03: Compared strings ignoring case. Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 37 of #100DaysOfTypeScript: Explored if-else-if chains. Tasks: 1. Logged "Good Morning" based on time. 2. Assigned grades based on score. 3. Categorized age group. Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

3hrs grind, Day 12 in 100 days of typescript > Classes objects > Shorthand syntax > Inheritance > Overriding methods > Getter, setter > Static properties, methods > Abstract classes > Private constructors > Singleton pattern #typescript #100daysoftypescript #code

ArpitPa46091094's tweet image. 3hrs grind, Day 12 in 100 days of typescript 

> Classes objects
> Shorthand syntax 
> Inheritance 
> Overriding methods
> Getter, setter
> Static properties, methods
> Abstract classes
> Private constructors
> Singleton pattern

#typescript #100daysoftypescript #code

Day 10 of learning typescript in 100 days, Explored compiler options like rootDir, outDir, target, lib Now it makes sense how typescript is controlling js during compilation. #100daysoftypescript #ts #code

ArpitPa46091094's tweet image. Day 10 of learning typescript in 100 days,

Explored compiler options like rootDir, outDir, target, lib
Now it makes sense how typescript is controlling js during compilation.

#100daysoftypescript #ts #code

In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop. Tasks: `setTimeout()` for delayed code execution. Event loop manages non-blocking tasks. Async callbacks vs. sync code for responsiveness. GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻

0xHuzaifa_'s tweet image. In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop.

Tasks:
`setTimeout()` for delayed code execution.
Event loop manages non-blocking tasks.
Async callbacks vs. sync code for responsiveness.

GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻
0xHuzaifa_'s tweet image. In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop.

Tasks:
`setTimeout()` for delayed code execution.
Event loop manages non-blocking tasks.
Async callbacks vs. sync code for responsiveness.

GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻
0xHuzaifa_'s tweet image. In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop.

Tasks:
`setTimeout()` for delayed code execution.
Event loop manages non-blocking tasks.
Async callbacks vs. sync code for responsiveness.

GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻

Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript. Tasks: 1. Serialized JS object into JSON. 2. Parsed JSON into JS object. 3. Formatted JSON for readability. Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻

0xHuzaifa_'s tweet image. Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript.

Tasks:
1. Serialized JS object into JSON.
2. Parsed JSON into JS object.
3. Formatted JSON for readability.

Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻
0xHuzaifa_'s tweet image. Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript.

Tasks:
1. Serialized JS object into JSON.
2. Parsed JSON into JS object.
3. Formatted JSON for readability.

Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻
0xHuzaifa_'s tweet image. Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript.

Tasks:
1. Serialized JS object into JSON.
2. Parsed JSON into JS object.
3. Formatted JSON for readability.

Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻

Day 39 of #100DaysOfTypeScript: Explored switch statements Tasks: 1. Logged days of the week 2. Grouped months into seasons efficiently 3. Provided feedback for various grades Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 39 of #100DaysOfTypeScript: Explored switch statements

Tasks:
1. Logged days of the week
2. Grouped months into seasons efficiently
3. Provided feedback for various grades

Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 39 of #100DaysOfTypeScript: Explored switch statements

Tasks:
1. Logged days of the week
2. Grouped months into seasons efficiently
3. Provided feedback for various grades

Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 39 of #100DaysOfTypeScript: Explored switch statements

Tasks:
1. Logged days of the week
2. Grouped months into seasons efficiently
3. Provided feedback for various grades

Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals. Tasks: 1. Created Map for country-capital pairs. 2. Checked Map for Canada's capital. 3. Iterated over student ID-name Map. Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 37 of #100DaysOfTypeScript: Explored if-else-if chains. Tasks: 1. Logged "Good Morning" based on time. 2. Assigned grades based on score. 3. Categorized age group. Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons Task 01: Determined leap year. Task 02: Checked divisibility by 2 & 3. Task 03: Compared strings ignoring case. Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript. Task 01: Function for random boolean. Task 02: Random hexadecimal color code. Task 03: Simulated dice roll 1-6. Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object. Task 01: Used `Math.sqrt()` for √144. Task 02: Generated random integer 1-10. Task 03: Calculated |difference| between -5 & 5. Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻

0xHuzaifa_'s tweet image. Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object.

Task 01: Used `Math.sqrt()` for √144.
Task 02: Generated random integer 1-10.
Task 03: Calculated |difference| between -5 & 5.

Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻
0xHuzaifa_'s tweet image. Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object.

Task 01: Used `Math.sqrt()` for √144.
Task 02: Generated random integer 1-10.
Task 03: Calculated |difference| between -5 & 5.

Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻
0xHuzaifa_'s tweet image. Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object.

Task 01: Used `Math.sqrt()` for √144.
Task 02: Generated random integer 1-10.
Task 03: Calculated |difference| between -5 & 5.

Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻

Day 33 of #100DaysOfTypeScript: Explored date manipulation. Task 01: Returned current date in "DD-MM-YYYY". Task 02: Calculated days left until New Year. Task 03: Generated next birthday date. Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`. Task 01: `.map()` for word lengths. Task 02: `.filter()` for numbers >10. Task 03: `.reduce()` for sum. Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 31 of #100DaysOfTypeScript: Explored array manipulation. Task 01: Added fruits with `.push()`. Task 02: Removed last element with `.pop()`. Task 03: Found & replaced "Banana" with "Mango". Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 29 of #100DaysOfTypeScript: String manipulation. Task 01: Find position of "code". Task 02: Check presence of "JavaScript". Task 03: Extract characters from a string. Enhanced skills. GitHub: [GitHub link](github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 29 of #100DaysOfTypeScript: String manipulation.

Task 01: Find position of "code".
Task 02: Check presence of "JavaScript".
Task 03: Extract characters from a string.

Enhanced skills. GitHub: [GitHub link](github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 29 of #100DaysOfTypeScript: String manipulation.

Task 01: Find position of "code".
Task 02: Check presence of "JavaScript".
Task 03: Extract characters from a string.

Enhanced skills. GitHub: [GitHub link](github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 29 of #100DaysOfTypeScript: String manipulation.

Task 01: Find position of "code".
Task 02: Check presence of "JavaScript".
Task 03: Extract characters from a string.

Enhanced skills. GitHub: [GitHub link](github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 27's #100DaysOfTypeScript: Explored working with objects Task 01: Constructed a car object & accessed properties Task 02: Expanded object & updated properties. Task 03: Function logging object properties Reinforced understanding GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 27's #100DaysOfTypeScript: Explored working with objects
Task 01: Constructed a car object & accessed properties
Task 02: Expanded object & updated properties.
Task 03: Function logging object properties
Reinforced understanding GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 27's #100DaysOfTypeScript: Explored working with objects
Task 01: Constructed a car object & accessed properties
Task 02: Expanded object & updated properties.
Task 03: Function logging object properties
Reinforced understanding GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 27's #100DaysOfTypeScript: Explored working with objects
Task 01: Constructed a car object & accessed properties
Task 02: Expanded object & updated properties.
Task 03: Function logging object properties
Reinforced understanding GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub github.com/0xHuzaifa/100-… #TypeScript🚀

0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀
0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀
0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀

No results for "#100daysoftypescript"

Day 10 of learning typescript in 100 days, Explored compiler options like rootDir, outDir, target, lib Now it makes sense how typescript is controlling js during compilation. #100daysoftypescript #ts #code

ArpitPa46091094's tweet image. Day 10 of learning typescript in 100 days,

Explored compiler options like rootDir, outDir, target, lib
Now it makes sense how typescript is controlling js during compilation.

#100daysoftypescript #ts #code

3hrs grind, Day 12 in 100 days of typescript > Classes objects > Shorthand syntax > Inheritance > Overriding methods > Getter, setter > Static properties, methods > Abstract classes > Private constructors > Singleton pattern #typescript #100daysoftypescript #code

ArpitPa46091094's tweet image. 3hrs grind, Day 12 in 100 days of typescript 

> Classes objects
> Shorthand syntax 
> Inheritance 
> Overriding methods
> Getter, setter
> Static properties, methods
> Abstract classes
> Private constructors
> Singleton pattern

#typescript #100daysoftypescript #code

Day 33 of #100DaysOfTypeScript: Explored date manipulation. Task 01: Returned current date in "DD-MM-YYYY". Task 02: Calculated days left until New Year. Task 03: Generated next birthday date. Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 33 of #100DaysOfTypeScript: Explored date manipulation.

Task 01: Returned current date in "DD-MM-YYYY".
Task 02: Calculated days left until New Year.
Task 03: Generated next birthday date.

Enhanced skills in date handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`. Task 01: `.map()` for word lengths. Task 02: `.filter()` for numbers >10. Task 03: `.reduce()` for sum. Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 32 of #100DaysOfTypeScript: Explored `.map()`, `.filter()`, `.reduce()`.

Task 01: `.map()` for word lengths.
Task 02: `.filter()` for numbers >10.
Task 03: `.reduce()` for sum.

Enhanced data manipulation skills. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 31 of #100DaysOfTypeScript: Explored array manipulation. Task 01: Added fruits with `.push()`. Task 02: Removed last element with `.pop()`. Task 03: Found & replaced "Banana" with "Mango". Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 31 of #100DaysOfTypeScript: Explored array manipulation.

Task 01: Added fruits with `.push()`.
Task 02: Removed last element with `.pop()`.
Task 03: Found & replaced "Banana" with "Mango".

Enhanced array skills. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub github.com/0xHuzaifa/100-… #TypeScript🚀

0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀
0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀
0xHuzaifa_'s tweet image. Day 26's #100DaysOfTypeScript: Explored function fundamentals. Task 01: Function `add` for numbers. Task 02: Default parameters in `greetUser`. Task 03: Compared function expressions & declarations for squaring. Enhanced understanding. GitHub
github.com/0xHuzaifa/100-… #TypeScript🚀

Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 30 of #100DaysOfTypeScript: Explored numerical ops & conversions. Tasks: Round decimal to integer, convert string to number, check for NaN. Enhanced expertise in numerical data handling. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. On day 28 of #100DaysOfTypeScript, I explored string manipulation and honed my skills in handling textual data. I completed three tasks, including calculating string length, converting case, and replacing text patterns. GitHub github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals. Tasks: 1. Created Map for country-capital pairs. 2. Checked Map for Canada's capital. 3. Iterated over student ID-name Map. Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 38 of #100DaysOfTypeScript: Explored Maps & conditionals.

Tasks:
1. Created Map for country-capital pairs.
2. Checked Map for Canada's capital.
3. Iterated over student ID-name Map.

Enhanced skills in Maps & conditionals. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object. Task 01: Used `Math.sqrt()` for √144. Task 02: Generated random integer 1-10. Task 03: Calculated |difference| between -5 & 5. Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻

0xHuzaifa_'s tweet image. Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object.

Task 01: Used `Math.sqrt()` for √144.
Task 02: Generated random integer 1-10.
Task 03: Calculated |difference| between -5 & 5.

Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻
0xHuzaifa_'s tweet image. Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object.

Task 01: Used `Math.sqrt()` for √144.
Task 02: Generated random integer 1-10.
Task 03: Calculated |difference| between -5 & 5.

Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻
0xHuzaifa_'s tweet image. Day 34 of #100DaysOfTypeScript: Explored JavaScript's `Math` object.

Task 01: Used `Math.sqrt()` for √144.
Task 02: Generated random integer 1-10.
Task 03: Calculated |difference| between -5 & 5.

Enhanced math operations in JavaScript. GitHub: (github.com/0xHuzaifa/100-…) 🚀💻

Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript. Task 01: Function for random boolean. Task 02: Random hexadecimal color code. Task 03: Simulated dice roll 1-6. Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 35 of #100DaysOfTypeScript: Explored generating random values in JavaScript.

Task 01: Function for random boolean.
Task 02: Random hexadecimal color code.
Task 03: Simulated dice roll 1-6.

Enhanced skills in randomization. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons Task 01: Determined leap year. Task 02: Checked divisibility by 2 & 3. Task 03: Compared strings ignoring case. Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 36 of #100DaysOfTypeScript: Explored conditional statements & string comparisons

Task 01: Determined leap year.
Task 02: Checked divisibility by 2 & 3.
Task 03: Compared strings ignoring case.

Enhanced skills in TypeScript. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 48 of #100DaysOfTypeScript: Explored async programming with Promises in JavaScript. Tasks: delayed Promises, resolution/rejection handling, and `Promise.all()` for multiple async ops. GitHub: [Link](github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

Day 37 of #100DaysOfTypeScript: Explored if-else-if chains. Tasks: 1. Logged "Good Morning" based on time. 2. Assigned grades based on score. 3. Categorized age group. Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 37 of #100DaysOfTypeScript: Explored if-else-if chains.

Tasks: 
1. Logged "Good Morning" based on time.
2. Assigned grades based on score.
3. Categorized age group.

Valuable experience in handling multiple conditions. GitHub: (github.com/0xHuzaifa/100-…) #TypeScript 🚀💻

Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻
0xHuzaifa_'s tweet image. Day 47 of #100DaysOfTypeScript: Explored JavaScript reserved words, error handling, and async programming. Tasks: listed reserved words & use cases, addressed syntax errors, and highlighted 'await' for async coding. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript 🚀💻

In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop. Tasks: `setTimeout()` for delayed code execution. Event loop manages non-blocking tasks. Async callbacks vs. sync code for responsiveness. GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻

0xHuzaifa_'s tweet image. In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop.

Tasks:
`setTimeout()` for delayed code execution.
Event loop manages non-blocking tasks.
Async callbacks vs. sync code for responsiveness.

GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻
0xHuzaifa_'s tweet image. In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop.

Tasks:
`setTimeout()` for delayed code execution.
Event loop manages non-blocking tasks.
Async callbacks vs. sync code for responsiveness.

GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻
0xHuzaifa_'s tweet image. In Day 50 of #100DaysOfTypeScript, we delved into async JavaScript & the event loop.

Tasks:
`setTimeout()` for delayed code execution.
Event loop manages non-blocking tasks.
Async callbacks vs. sync code for responsiveness.

GitHub: github.com/0xHuzaifa/100-… #JavaScript 🚀💻

Day 39 of #100DaysOfTypeScript: Explored switch statements Tasks: 1. Logged days of the week 2. Grouped months into seasons efficiently 3. Provided feedback for various grades Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

0xHuzaifa_'s tweet image. Day 39 of #100DaysOfTypeScript: Explored switch statements

Tasks:
1. Logged days of the week
2. Grouped months into seasons efficiently
3. Provided feedback for various grades

Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 39 of #100DaysOfTypeScript: Explored switch statements

Tasks:
1. Logged days of the week
2. Grouped months into seasons efficiently
3. Provided feedback for various grades

Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻
0xHuzaifa_'s tweet image. Day 39 of #100DaysOfTypeScript: Explored switch statements

Tasks:
1. Logged days of the week
2. Grouped months into seasons efficiently
3. Provided feedback for various grades

Enhanced skills in conditional logic with TypeScript. GitHub: github.com/0xHuzaifa/100-… #TypeScript 🚀💻

Day 25's #100DaysOfTypeScript: Explored variable swapping in TypeScript. Task 02: Swapped values of `a` & `b`. Methods: Temporary variable `c`, Direct manipulation. Deepened understanding. GitHub: github.com/0xHuzaifa/100-… #TypeScript #codingjourney 🚀💻

0xHuzaifa_'s tweet image. Day 25's #100DaysOfTypeScript: Explored variable swapping in TypeScript.
Task 02: Swapped values of `a` & `b`.
Methods: Temporary variable `c`, Direct manipulation.
Deepened understanding. GitHub: github.com/0xHuzaifa/100-… #TypeScript #codingjourney 🚀💻
0xHuzaifa_'s tweet image. Day 25's #100DaysOfTypeScript: Explored variable swapping in TypeScript.
Task 02: Swapped values of `a` & `b`.
Methods: Temporary variable `c`, Direct manipulation.
Deepened understanding. GitHub: github.com/0xHuzaifa/100-… #TypeScript #codingjourney 🚀💻

Day 25's #100DaysOfTypeScript: Explored compound assignment operators in TypeScript. Task 03: Utilized compound operators for arithmetic operations on `x`. Enhanced understanding of efficient coding practices. GitHub: (github.com/0xHuzaifa/100-…). #TypeScript #codingjourney 🚀💻

0xHuzaifa_'s tweet image. Day 25's #100DaysOfTypeScript: Explored compound assignment operators in TypeScript.

Task 03: Utilized compound operators for arithmetic operations on `x`.

Enhanced understanding of efficient coding practices. GitHub: (github.com/0xHuzaifa/100-…). #TypeScript #codingjourney 🚀💻

Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript. Tasks: 1. Serialized JS object into JSON. 2. Parsed JSON into JS object. 3. Formatted JSON for readability. Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻

0xHuzaifa_'s tweet image. Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript.

Tasks:
1. Serialized JS object into JSON.
2. Parsed JSON into JS object.
3. Formatted JSON for readability.

Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻
0xHuzaifa_'s tweet image. Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript.

Tasks:
1. Serialized JS object into JSON.
2. Parsed JSON into JS object.
3. Formatted JSON for readability.

Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻
0xHuzaifa_'s tweet image. Day 45 of #100DaysOfTypeScript: Explored JSON in JavaScript.

Tasks:
1. Serialized JS object into JSON.
2. Parsed JSON into JS object.
3. Formatted JSON for readability.

Essential for API interaction. GitHub: (github.com/0xHuzaifa/100-…) #JavaScript #JSON 🚀💻

Loading...

Something went wrong.


Something went wrong.


United States Trends