Practiced JavaScript functions, loops, number logic, and nested loops through small coding problems.
- Even or Odd β Check whether a number is even or odd.
- Result Evaluator β Check student marks and return Pass or Fail.
- Maximum Finder β Find the largest of three numbers.
- Accumulator β Calculate the sum from 1 to N.
- Multiplication Table β Generate a table from 1 to 10.
- Digit Counter β Count the digits of a number using a loop.
- Number Reverser β Reverse a number using mathematical operations.
- Factorial Engine β Calculate factorial using a loop.
- Prime Validator β Check whether a number is prime.
- Pattern Builder β Print a star triangle using nested loops.
- Functions & Arrow Functions
if...else- Modulo
% for&whileloops- Nested Loops
return- Number Logic
- Problem Solving
π₯ Learning by solving small problems and improving JavaScript logic.