Skip to content

ElochukwuOrji/JavaScript-Intro-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Intro

Welcome to the JavaScript Intro repository! This project demonstrates the basics of JavaScript through a simple web page that introduces the language and performs basic calculations such as scoring and grading.

Table of Contents

Project Overview

This project includes an index.html file that provides an introduction to JavaScript, outlining its uses as well. The accompanying script.js file contains JavaScript code that calculates a student's average score based on task scores and assigns a corresponding grade.

Technologies Used

  • HTML
  • JavaScript

Files

  • index.html: The main HTML file that serves as the structure of the web page.
  • script.js: The JavaScript file that contains variable declarations, calculations, and output display.

How to Run the Project

  1. Clone this repository to your local machine using:
    git clone https://github.com/ElochukwuOrji/JavaScript-Intro-Task
    
  2. Navigate to the project directory:
    cd JavaScript-Intro-Task
    
  3. Open index.html in your web browser to view the project.

Usage

  • When you open the index.html, you'll see an introduction to JavaScript.
  • The JavaScript code calculates the average score from three tasks and determines the final grade.
  • Open the browser's console to see the output messages.

Contributing

Contributions are welcome! If you have suggestions for improvements or additional features, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published