Toy Problems - JavaScript (Browser)
Date: 2025/09/08
By Rodney Domoi Swaji
Description
This project contains solutions to three JavaScript toy problems:
- Student Grade Generator – calculates a grade based on marks.
- Speed Detector – calculates demerit points based on car speed.
- Net Salary Calculator – computes net salary from basic salary and benefits.
Each solution runs directly in the browser using prompt()
and alert()
.
Installation
Clone this repository to your local machine:
Requirements
- Git
- A modern browser (Chrome, Firefox, Edge, Safari)
Steps
```bash
git clone https://github.com/rodneyswaji-hue/code-challenge