An open API service indexing awesome lists of open source software.

https://github.com/hasibcoderlab/conditional-logics-of-js

A JavaScript project demonstrating conditional logic with tasks such as student grade calculation, product filtering, and employee bonus calculation.
https://github.com/hasibcoderlab/conditional-logics-of-js

conditional-statements es6-javascript html5 if-else

Last synced: 4 months ago
JSON representation

A JavaScript project demonstrating conditional logic with tasks such as student grade calculation, product filtering, and employee bonus calculation.

Awesome Lists containing this project

README

        

# Conditional Logics of JavaScript

This project showcases JavaScript's conditional logic through multiple tasks, including:

## 🚀 Features
- **Student Grade Calculation**: Determines grades based on given marks.
- **Product Filtering**: Identifies affordable products and warns about expensive ones.
- **Employee Bonus Calculation**: Calculates bonuses based on performance ratings.

## 📁 Project Structure
- `index.html` - The main HTML file linking to the script.
- `script.js` - Contains all JavaScript logic for the tasks.

## 🛠️ Technologies Used
- JavaScript (ES6)
- HTML

## 📌 How to Use
1. Clone the repository:
```sh
git clone