This project contains basic JavaScript tasks completed during Summer School Online – Day 4.
- Variables (
var
,let
,const
) - Data Types (String, Number, Boolean, Undefined, Null)
- Hoisting
- Conditionals (
if
,else
,switch
) - Loops (
for
,while
,do...while
) - Functions (declaration, expression, arrow, callback)
- Callback functions
- Web Calculator using
prompt()
andalert()
index.html
– Web structureapp.js
– JavaScript logicREADME.md
– Project overview
- Clone the repo
- Open
index.html
in your browser - Check console and follow prompts
Damini