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.
- Host: GitHub
- URL: https://github.com/hasibcoderlab/conditional-logics-of-js
- Owner: HasibCoderLab
- Created: 2025-02-13T16:33:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T17:11:49.000Z (4 months ago)
- Last Synced: 2025-02-13T18:21:31.265Z (4 months ago)
- Topics: conditional-statements, es6-javascript, html5, if-else
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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