/Conditional-logics-of-Js

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

Primary LanguageJavaScript

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:
    git clone <https://github.com/HasibCoderLab/Conditional-logics-of-Js>