code-challenge

Toy Problems - JavaScript (Browser)

Date: 2025/09/08

By Rodney Domoi Swaji

Description

This project contains solutions to three JavaScript toy problems:

  1. Student Grade Generator – calculates a grade based on marks.
  2. Speed Detector – calculates demerit points based on car speed.
  3. 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

Steps

```bash git clone https://github.com/rodneyswaji-hue/code-challenge