Welcome
Select an exercise from the left sidebar.
Exercise 2 – JavaScript Basics
Activity 1
Task: Display welcome message using alert and console.
Activity 2
Task: Declare variables and log them.
Activity 3
Task: Perform simple math operations.
Activity 4
Task: Accept user input using prompt.
Activity 5
Task: Use conditional statement.
Activity 6
Task: Demonstrate loops.
Activity 7
Task: Simple interaction using alert.
Exercise 3 – DOM Manipulation
1. Change Background
2. Toggle Dark Mode
3. Add List Item
- Item 1
4. Remove Paragraph
This paragraph will be removed.
5. Character Counter
Characters: 0
6. Addition Calculator
Result: 0
7. Change Image