Files
Harshit-Sachdev/Week-1/Day-5/javascript-basics.md

24 lines
735 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.