Skip to content

Siddhika1-tech/javascript-conditionals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Fundamentals

A beginner-friendly project demonstrating the fundamental concepts of JavaScript through practical examples. This project includes programs that use conditional statements, switch statements, type conversion, and user input.

Features

  • Grade calculator
  • Even and odd number checker
  • Weekday and weekend detector
  • Type conversion using Number()
  • Conditional statements (if...else)
  • Switch statements
  • Console-based output

Technologies

  • HTML5
  • JavaScript (ES6)

Project Structure

javascript-fundamentals/
├── index.html
├── index0.js
├── index1.js
├── README.md
└── LICENSE

Getting Started

  1. Clone the repository.
  2. Open index.html in any modern web browser.
  3. Open the browser's Developer Tools (F12) and navigate to the Console to view the program output.

Learning Objectives

  • Understand JavaScript syntax
  • Practice variables and data types
  • Perform type conversion
  • Implement conditional logic
  • Use switch statements
  • Work with user input and console output

Author

Siddhika S
B.Tech Information Technology
Bannari Amman Institute of Technology

About

A beginner-friendly JavaScript project demonstrating conditionals, switch statements, type conversion, and user input.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors