java script questions
[Link] all prime numbers between 1 and 200.
[Link] the first n Fibonacci numbers using while loop
[Link] a function that returns the factorial using recursion.
[Link] a function that finds the sum of all odd numbers in an array.
5. Basic JavaScript Quiz App using plain HTML + CSS + JavaScript. It:
a. Shows one question at a time
b. Uses radio buttons for answers
c. Has a Next button
[Link] the final score at the end
[Link]-Do List Manager built with HTML + CSS + JavaScript, implementing:
a. Add tasks
[Link] tasks
[Link] tasks
d. Mark tasks as completed
e. Dynamic DOM updates using event handling and array
7. a complete JavaScript Calculator project that includes:
a. Basic operations: +, -, ×, ÷
b. Button-based UI (you can also extend to keyboard input)
c. Decimal support
d. Clear / Reset functionality
e. Simple and responsive layout
[Link] Guessing Game using HTML + JavaScript, covering:
a. Random number between 1–100
b. User inputs a guess
c. Gives hints ("Too high", "Too low")
d. Tracks number of attempts
e. Displays success message when guessed correctly