This project showcases JavaScript's conditional logic through multiple tasks, including:
- 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.
index.html- The main HTML file linking to the script.script.js- Contains all JavaScript logic for the tasks.
- JavaScript (ES6)
- HTML
- Clone the repository:
git clone <https://github.com/HasibCoderLab/Conditional-logics-of-Js>