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.
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.
- HTML
- JavaScript
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.
- Clone this repository to your local machine using:
git clone https://github.com/ElochukwuOrji/JavaScript-Intro-Task
- Navigate to the project directory:
cd JavaScript-Intro-Task
- Open index.html in your web browser to view the project.
- 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.
Contributions are welcome! If you have suggestions for improvements or additional features, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.