Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

JavaScript Problem Solving πŸš€

Practiced JavaScript functions, loops, number logic, and nested loops through small coding problems.

Tasks

  1. Even or Odd – Check whether a number is even or odd.
  2. Result Evaluator – Check student marks and return Pass or Fail.
  3. Maximum Finder – Find the largest of three numbers.
  4. Accumulator – Calculate the sum from 1 to N.
  5. Multiplication Table – Generate a table from 1 to 10.
  6. Digit Counter – Count the digits of a number using a loop.
  7. Number Reverser – Reverse a number using mathematical operations.
  8. Factorial Engine – Calculate factorial using a loop.
  9. Prime Validator – Check whether a number is prime.
  10. Pattern Builder – Print a star triangle using nested loops.

Concepts Practiced

  • Functions & Arrow Functions
  • if...else
  • Modulo %
  • for & while loops
  • Nested Loops
  • return
  • Number Logic
  • Problem Solving

πŸ”₯ Learning by solving small problems and improving JavaScript logic.

Connect with Me 🀝

LinkedIn

About

## About A collection of JavaScript practice problems focused on functions, loops, number logic, and problem-solving skills. πŸš€

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages