From 0974ec4874d14139a27293cf70d4df8740612ae4 Mon Sep 17 00:00:00 2001 From: Amar Kumar <154790090+amar-webdev@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:53:49 +0530 Subject: [PATCH] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2384c5a --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Multiplication Table + +This JavaScript program generates a multiplication table from 1 to 10. + +## you can also see now + +link = https://amar-webdev.github.io/Multiplication-Chart/ + +## How to Use + +1. Save the JavaScript file as `multiplication-table.js`. +2. Open the HTML file `index.html` in a web browser. + +## Functionality + +The program creates a multiplication table and displays it in a browser window. + +## Dependencies + +This program does not have any external dependencies. + +## Author + +* Your Name Amar kumar + +## License + +This program is licensed under the MIT License. You can find a copy of the license in the LICENSE file.