24 lines
735 B
Markdown
24 lines
735 B
Markdown
# Week 1 Day 5 – Basic JavaScript
|
||
|
||
## Objective
|
||
To understand the fundamentals of JavaScript and how it adds interactivity to web pages.
|
||
|
||
## Work Done
|
||
- Learned what JavaScript is and where it is used
|
||
- Understood how JavaScript runs in the browser
|
||
- Practiced writing basic JavaScript syntax
|
||
- Used variables to store data
|
||
- Learned different data types
|
||
- Practiced basic operators
|
||
- Used alert and console.log for output
|
||
|
||
## Concepts Covered
|
||
- Introduction to JavaScript
|
||
- Variables (var, let, const)
|
||
- Data types (number, string, boolean)
|
||
- Operators (arithmetic, comparison)
|
||
- Output methods (alert, console.log)
|
||
|
||
## Learning Outcome
|
||
Understood the basics of JavaScript and how it interacts with HTML to create dynamic behavior.
|